#why .hero.global .v1 .bg {
  background-image: url(/i/why-hero-wh.jpg);
}

#why .hero.global .v2 .bg {
  background-image: url(/i/why-hero-dk.jpg);
}

#why .hero.global .v2 .bg2 {
  background-image: url(/i/why-hero-wh.jpg);
}

#why .s3 {
  padding: 150px 0;
  position: relative;
}

#why .s3 .wrap {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  left: 0;
}

#why .s3 .bg {
  position: fixed;
  background: url(/i/why-overview-bg-img.jpg) no-repeat center/cover;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}

#why .s3 .l, #why .s3 .r {
  max-width: 940px;
  position: relative;
  margin-bottom: 150px;
  padding: 20px;
}

#why .s3 .l .container, #why .s3 .r .container {
  padding: 90px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
}

#why .s3 .l .bl, #why .s3 .r .bl {
  display: block;
  position: absolute;
  width: 1px;
  height: 70px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  left: 0;
  top: 0;
}

#why .s3 .l .bt, #why .s3 .r .bt {
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  left: 0;
  top: 0;
}

#why .s3 .l .br, #why .s3 .r .br {
  display: block;
  position: absolute;
  width: 1px;
  height: 70px;
  background: linear-gradient(93deg, #F6D888 -8.04%, #E27530 109.01%);
  right: 0;
  bottom: 0;
}

#why .s3 .l .bb, #why .s3 .r .bb {
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background: linear-gradient(93deg, #F6D888 -8.04%, #E27530 109.01%);
  right: 0;
  bottom: 0;
}

#why .s3 .l h3, #why .s3 .r h3 {
  overflow: hidden;
  margin-bottom: 2em;
}

#why .s3 .l h3 span, #why .s3 .r h3 span {
  display: inline-block;
  transition: transform 0.5s ease;
  transform: translate(0, 100%);
  position: relative;
  letter-spacing: 6.6px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: area-extended, sans-serif;
  font-weight: 900;
}

#why .s3 .l p, #why .s3 .r p {
  color: #333F49;
  font-size: 19px;
  font-weight: 200;
  line-height: 30px;
}

#why .s3 .l ul, #why .s3 .r ul {
  list-style: none;
  font-size: 19px;
  font-weight: 200;
  line-height: 30px;
  margin-top: 1.5em;
}

#why .s3 .l li, #why .s3 .r li {
  border-top: 1px solid #333F49;
  padding: 5px 0;
  color: #333F49;
  font-size: 19px;
  font-weight: 200;
  line-height: 30px;
}

#why .s3 .content > div:last-child {
  margin-bottom: 0 !important;
}

#why .s3 .l.in-view .bl, #why .s3 .l.in-view .br, #why .s3 .r.in-view .bl, #why .s3 .r.in-view .br {
  height: 100%;
  transition: height 1s ease;
}

#why .s3 .l.in-view .bt, #why .s3 .l.in-view .bb, #why .s3 .r.in-view .bt, #why .s3 .r.in-view .bb {
  width: 100%;
  transition: width 1s ease;
}

#why .s3 .l.in-view h3 span, #why .s3 .r.in-view h3 span {
  transform: translate(0, 0);
}

#why .s3 .r {
  margin-left: auto;
}

#why .s3 .l {
  margin-right: auto;
}

#why .s4 {
  padding: 150px 0;
  position: relative;
}

#why .s4 .wrap {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  left: 0;
}

#why .s4 .bg {
  position: fixed;
  background: url(/i/why-50-50-bg-img.jpg) no-repeat center/cover;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}

#why .s4 .line2 {
  position: fixed;
  left: 50%;
  width: 1px;
  height: 0;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  top: 0;
  transition: height 0.01s linear;
}

#why .s4 .line3 {
  position: fixed;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
}

#why .s4 .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#why .s4 .content .left {
  width: 50%;
}

#why .s4 .content .left > div {
  padding: 33vh 0;
  opacity: 0.4;
  transition: opacity 1s ease;
}

#why .s4 .content .left > div.in-view {
  opacity: 1;
}

#why .s4 .content .left h5, #why .s4 .content .left p {
  display: none;
}

#why .s4 .content .right {
  width: 50%;
  top: 150px;
  position: sticky;
  height: calc(100vh -  300px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#why .s4 .content .right .fx-list {
  display: none;
}

#why .s4 .content .right::before {
  content: "";
  display: block;
  width: 50vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  position: absolute;
}

#why .s4 .content .right::after {
  content: "";
  display: block;
  width: 50vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  left: 0;
  bottom: 0;
  position: absolute;
}

#why .s4 .content h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: area-extended;
  line-height: 44px;
  margin-right: 100px;
}

#why .s4 .content h5 {
  color: #fff;
  font-size: 55px;
  font-family: area-extended;
  font-weight: 100;
  line-height: 63px;
  letter-spacing: -1.65px;
  margin-left: 100px;
}

#why .s4 .content h5 strong {
  font-weight: 100;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#why .s4 .content p {
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1em;
  margin-left: 100px;
}

#why .s5 {
  background: #F4F7F9;
  padding-top: 150px;
}

#why .s5 h2 {
  text-align: center;
  margin-bottom: 1em;
  overflow: hidden;
  display: grid;
  font-size: 80px;
  font-family: area-extended-light;
  font-weight: 100;
  line-height: 94px;
  text-transform: uppercase;
  color: #687A8A;
}

#why .s5 h2 strong {
  font-weight: 100;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#why .s5 .links {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #D7DBDF;
}

#why .s5 .links a {
  color: #333F49;
  width: 33.33%;
  border-right: 1px solid #D7DBDF;
  display: block;
  text-align: center;
  padding: 100px 0;
  position: relative;
}

#why .s5 .links a:last-child {
  border-right: none;
}

#why .s5 .links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14px;
  width: 0;
  display: block;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  transition: width 0.5s ease;
}

#why .s5 .links span {
  letter-spacing: 3px;
  display: inline-block;
  padding-right: 40px;
  color: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
}

#why .s5 .links span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
  background: url(/i/arrow-right2.svg) repeat-x 0 center/23px auto;
  transition: background 0.5s ease;
}

#why .s5 .links a:hover span::after {
  background-position: 23px center;
}

#why .s5 .links a:hover::after {
  width: 100%;
}

#why .s5.in-view {
  background: #333F49;
  transition: background 1s ease;
}

#why .s5.in-view h2 {
  color: #fff;
  transition: color 1s ease;
}

#why .s5.in-view .links {
  border-color: rgba(255, 255, 255, 0.3);
  transition: border-color 1s ease;
}

#why .s5.in-view .links a {
  color: #fff;
  transition: all 1s ease;
  border-color: rgba(255, 255, 255, 0.3);
}

@media all and (max-height: 850px) {
  #why .s4 .content .right {
    height: calc(100vh - 200px);
    top: 100px;
  }
}

@media (max-width: 1279px) {
  #why .s4 .content h5, #why .s4 .content p {
    margin-left: 70px;
  }
  #why .s5 .links {
    flex-direction: column;
  }
  #why .s5 .links > a {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
  }
  #why .s5 .links > a:last-of-type {
    border-bottom: none;
  }
}

@media (max-height: 750px), (max-width: 1279px) {
  #why .s4 .content h5 {
    font-size: 34px;
    line-height: 44px;
  }
  #why .s4 .content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 979px), (max-height: 669px) {
  #why .s4 .line1, #why .s4 .line2, #why .s4 .line3 {
    display: none;
  }
  #why .s4 .content .left {
    width: 100%;
  }
  #why .s4 .content .left > div {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 70px 0;
  }
  #why .s4 .content .left h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1em;
    margin-right: 0;
  }
  #why .s4 .content .left h5, #why .s4 .content .left p {
    display: block;
    margin-left: 0;
  }
  #why .s4 .content .left h5 {
    font-size: 25px;
    line-height: 32px;
  }
  #why .s4 .content .right {
    display: none;
  }
}

@media all and (max-width: 1100px) {
  #why .s3 .r, #why .s3 .l {
    max-width: 1100px;
    margin-left: 0;
    margin-bottom: 100px;
  }
}

@media all and (max-width: 979px) {
  #why .s3 .l .container, #why .s3 .r .container {
    padding: 50px;
  }
  #why .s3 .l h3 span, #why .s3 .r h3 span {
    font-size: 18px;
    line-height: 26px;
  }
}

@media all and (max-width: 767px) {
  #why .s3 {
    padding: 100px 0;
  }
  #why .s3 .l, #why .s3 .r {
    margin-bottom: 70px;
  }
  #why .s3 .l .container, #why .s3 .r .container {
    padding: 20px 0;
  }
  #why .s3 .l h3 span, #why .s3 .r h3 span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  #why .s4 {
    padding: 100px 0 30px 0;
  }
  #why .s5 {
    padding-top: 100px;
  }
  #why .s5 h2 {
    font-size: 27px;
    line-height: 35px;
  }
  #why .s5 .links a span {
    font-size: 14px;
  }
}
