#ret-plan #container .s1 .image-box .image {
  background-image: url(/i/401k-hero.jpg);
}

#ret-plan #container .s1 .wrap::before {
  background-image: url(/i/401k-hero.jpg);
}

#ret-plan #container .s1 p span {
  font-weight: 600;
}

#ret-plan #container .s2 {
  background: #EAEAEA;
  padding: 12rem 0 7.5rem 0;
}

#ret-plan #container .s2 .container {
  max-width: 970px;
}

#ret-plan #container .s2 h3, #ret-plan #container .s2 p {
  margin-bottom: 1.3rem;
}

#ret-plan #container .s2 p:last-of-type {
  margin-bottom: 0;
}

#ret-plan #container .s3 {
  width: 100%;
  height: 820px;
  position: relative;
  overflow: hidden;
}

#ret-plan #container .s3 video {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: fill;
}

#ret-plan #container .s3 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#ret-plan #container .s3 .play-btn {
  width: 250px;
  height: 250px;
  background: url(/i/svg/play-btn.svg) no-repeat center/contain;
  margin: 0 auto 4.5rem auto;
  cursor: pointer;
  transition: background-image .5s ease;
}

#ret-plan #container .s3 .play-btn:hover {
  background-image: url(/i/svg/play-btn-hover.svg);
}

#ret-plan #container .s3 h2, #ret-plan #container .s3 p {
  color: #fff;
}

#ret-plan #container .s3 h2 {
  min-width: 500px;
}

#ret-plan #container .s3 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

#ret-plan #container .s3 .wrap p {
  max-width: 603px;
  margin-bottom: 1.6rem;
}

#ret-plan #container .s3 .wrap p:last-of-type {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

#ret-plan #container .s3 .wrap a {
  color: #fff;
  transition: color .3s ease;
}

#ret-plan #container .s3 .wrap a:hover {
  color: #f90;
}

#ret-plan #container .s3::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}

#ret-plan #container .s4 {
  background: #fff;
  padding: 7.5rem 0;
}

#ret-plan #container .s4 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
}

#ret-plan #container .s4 .wrap > div {
  width: 50%;
}

#ret-plan #container .s4 .left {
  max-width: 670px;
}

#ret-plan #container .s4 .left h3 {
  margin-bottom: 2rem;
}

#ret-plan #container .s4 .left .sec-nav > div {
  padding: 2.5rem 0;
  border-bottom: solid 1px #707070;
  cursor: pointer;
}

#ret-plan #container .s4 .left .sec-nav > div p {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 0.2;
  padding-bottom: 10px;
  border-bottom: solid 3px transparent;
  transition: opacity .3s ease;
}

#ret-plan #container .s4 .left .sec-nav > div:first-of-type {
  padding-top: 0;
}

#ret-plan #container .s4 .left .sec-nav > div:last-of-type {
  border-bottom: none;
  border-bottom: none;
}

#ret-plan #container .s4 .left .sec-nav > div.sel p {
  opacity: 1;
  border-color: #f90;
}

#ret-plan #container .s4 .left .sec-nav > div:last-of-type {
  padding-bottom: 0;
}

#ret-plan #container .s4 .right {
  position: relative;
}

#ret-plan #container .s4 .right > div {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

#ret-plan #container .s4 .right > div img {
  display: block;
  width: 100%;
  max-height: 363px;
  margin-bottom: 3.8rem;
}

#ret-plan #container .s4 .right > div ul {
  list-style: none;
}

#ret-plan #container .s4 .right > div ul li {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-left: 27px;
  position: relative;
  margin-bottom: 20px;
}

#ret-plan #container .s4 .right > div ul li:last-of-type {
  margin-bottom: 0;
}

#ret-plan #container .s4 .right > div ul li span {
  font-weight: 600;
}

#ret-plan #container .s4 .right > div ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background: #f90;
  left: 0;
  top: 17px;
}

#ret-plan #container .s4 .right > div.sel {
  opacity: 1;
  visibility: visible;
}

#ret-plan #container .s4 .mobile {
  display: none;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

#ret-plan #container .s4 .mobile .fx-nav:first-of-type {
  border-top: none;
}

#ret-plan #container .s4 .mobile .fx-nav {
  padding: 2.9rem 0 2.5rem 0;
  border-top: solid 1px #707070;
  position: relative;
}

#ret-plan #container .s4 .mobile .fx-nav p {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 0.2;
  padding-bottom: 10px;
  border-bottom: solid 3px transparent;
  transition: opacity .3s ease;
}

#ret-plan #container .s4 .mobile .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background: url(/i/svg/plus.svg) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
}

#ret-plan #container .s4 .mobile .fx-nav.fx-on::after {
  background-color: #f90;
  height: 3px;
}

#ret-plan #container .s4 .mobile .fx-nav.fx-on p {
  opacity: 1;
  border-color: #f90;
}

#ret-plan #container .s4 .mobile .fx-slide .content {
  padding: 0 0 2.5rem;
}

#ret-plan #container .s4 .mobile .fx-slide ul {
  list-style: none;
}

#ret-plan #container .s4 .mobile .fx-slide ul li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 27px;
  position: relative;
  margin-bottom: 20px;
}

#ret-plan #container .s4 .mobile .fx-slide ul li:last-of-type {
  margin-bottom: 0;
}

#ret-plan #container .s4 .mobile .fx-slide ul li span {
  font-weight: 600;
}

#ret-plan #container .s4 .mobile .fx-slide ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background: #f90;
  left: 0;
  top: 13px;
}

#ret-plan #container .s5 {
  border-top: solid 1px #707070;
}

#ret-plan #container .s5 h3 {
  margin-bottom: 4rem;
}

#ret-plan #container .s5 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

#ret-plan #container .s5 .wrap img {
  display: block;
  width: 100%;
}

#ret-plan #container .s5 .wrap > div:nth-child(2) {
  transition-delay: .6s;
}

#ret-plan #container .s5 .wrap > div:nth-child(3) {
  transition-delay: .9s;
}

#ret-plan #container .s6 {
  padding: 7rem 0;
  background: #EAEAEA;
}

#ret-plan #container .s6 .container {
  max-width: 954px;
}

#ret-plan #container .s6 h3 {
  margin-bottom: 1rem;
}

#ret-plan #container .s6 a {
  color: #1F1F1F;
}

#ret-plan #container .panel {
  height: 100vh;
  max-height: 675px;
  width: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#ret-plan #container .panel .left {
  width: 47%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
}

#ret-plan #container .panel .left h3 {
  width: 100%;
  max-width: 735px;
  font-weight: 600;
}

#ret-plan #container .panel .left .un {
  border-bottom: solid 3px #f90;
}

#ret-plan #container .panel .right {
  background: #fff;
  width: 53%;
  position: relative;
}

#ret-plan #container .panel .right > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.4rem;
  max-width: 812px;
  margin-right: 1rem;
}

#ret-plan #container .panel .right h3 {
  margin-bottom: 1.3rem;
}

#ret-plan #container .panel.first {
  z-index: 1;
}

#ret-plan #container .panel.first > div {
  background-color: #fff;
}

#ret-plan #container .panel.first .img {
  background: url(/i/scroll-1.jpg) no-repeat center/cover;
}

#ret-plan #container .panel.second {
  z-index: 2;
}

#ret-plan #container .panel.second > div {
  background-color: #EAEAEA;
}

#ret-plan #container .panel.second .img {
  background: url(/i/scroll-2.jpg) no-repeat center/cover;
}

#ret-plan #container .panel.third {
  z-index: 3;
}

#ret-plan #container .panel.third > div {
  background-color: #fff;
}

#ret-plan #container .panel.third .img {
  background: url(/i/scroll-3.jpg) no-repeat center/cover;
}

#ret-plan #container .subscribe-form {
  background: #EAEAEA;
  position: relative;
  z-index: 10;
}

#ret-plan #container .subscribe-form .left {
  width: 100%;
  max-width: 704px;
}

/***** MEDIA *****/
@media screen and (max-width: 1300px) {
  #ret-plan #container .s2 {
    padding: 7.5rem 0;
  }
  #ret-plan #container .panel {
    height: auto;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ret-plan #container .panel .left {
    width: 100%;
    height: auto;
    padding: 5rem 1rem 2rem;
  }
  #ret-plan #container .panel .right {
    width: 100%;
    padding: 1rem 1rem 5rem !important;
  }
  #ret-plan #container .panel .right h3 br {
    display: none;
  }
  #ret-plan #container .panel .right > div {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  #ret-plan #container .s3 {
    height: 800px;
  }
  #ret-plan #container .s3 .play-btn {
    width: 150px;
    height: 150px;
    margin-bottom: 3rem;
  }
  #ret-plan #container .s3 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
  }
  #ret-plan #container .s3 .wrap h2 {
    min-width: auto;
  }
  #ret-plan #container .s3 .wrap p {
    max-width: none;
  }
  #ret-plan #container .s4 {
    padding: 7.5rem 0 5rem 0;
  }
  #ret-plan #container .s4 .desktop .wrap {
    margin: 0;
  }
  #ret-plan #container .s4 .desktop .left {
    width: 100%;
  }
  #ret-plan #container .s4 .desktop .left .sec-nav, #ret-plan #container .s4 .desktop .right {
    display: none;
  }
  #ret-plan #container .s4 .mobile {
    display: block;
  }
  #ret-plan #container .s4 .mobile .fx-slide ul li::before {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #ret-plan #container .s2 {
    padding: 5rem 0;
  }
  #ret-plan #container .s3 {
    height: auto;
    padding: 5rem 0;
  }
  #ret-plan #container .s3 .container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #ret-plan #container .s3 .play-btn {
    width: 80px;
    height: 80px;
  }
  #ret-plan #container .s3 .wrap p:last-of-type {
    font-size: 12px;
  }
  #ret-plan #container .s3::before {
    background: url(/i/401k-videostill.png) no-repeat center/cover;
  }
  #ret-plan #container .s4 {
    padding: 5rem 0 2rem 0;
  }
  #ret-plan #container .s4 .left h3 {
    margin-bottom: 1rem;
  }
  #ret-plan #container .s4 .mobile .fx-nav {
    padding: 2.5rem 0 2rem 0;
  }
  #ret-plan #container .s4 .mobile .fx-nav p {
    font-size: 1.1rem;
  }
  #ret-plan #container .s4 .mobile .fx-slide ul li::before {
    top: 9px;
  }
  #ret-plan #container .s5 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #ret-plan #container .s5 .wrap img {
    width: 63%;
    margin-right: auto;
  }
  #ret-plan #container .s6 {
    padding: 5rem 0;
  }
  #ret-plan #container .panel .img {
    height: 300px;
  }
  #ret-plan #container .panel .right {
    padding: 5rem 1rem;
  }
}
