#our-strategy .s2 {
  background: #fff;
  padding: 7.5em 0 7em  0;
}

#our-strategy .s2 .contain {
  max-width: 820px;
}

#our-strategy .s2 h3 {
  color: #293F80;
  font-size: 2.1em;
  font-weight: 400;
  margin-bottom: 1em;
}

#our-strategy .s2 h3 span {
  color: #4292E8;
}

#our-strategy .s2 p {
  max-width: 480px;
  margin-left: calc(100% - 480px);
}

#our-strategy .s3 {
  background: #F3F3F3;
  position: relative;
  padding: 7.5rem 0;
}

#our-strategy .s3 .contain {
  z-index: 1;
  position: relative;
}

#our-strategy .s3 .right {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(302deg, #11213F 5.23%, #295280 83.28%);
}

#our-strategy .s3 .cols {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

#our-strategy .s3 .cols > div {
  width: 50%;
}

#our-strategy .s3 ul {
  list-style: none;
  margin-top: 2em;
}

#our-strategy .s3 li {
  padding-left: 65px;
  height: 84px;
  position: relative;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(41, 63, 128, 0.2);
  padding-bottom: 18px;
  margin-top: 18px;
  line-height: 66px;
  opacity: 0;
  transition: opacity  0.75s ease;
}

#our-strategy .s3 li:last-child {
  border-bottom: none;
}

#our-strategy .s3 li::before {
  content: "";
  display: block;
  width: 50px;
  height: 66px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

#our-strategy .s3 li:nth-child(1)::before {
  background: url(/i/strategy-icon1.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}

#our-strategy .s3 li:nth-child(2)::before {
  background: url(/i/strategy-icon2.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}

#our-strategy .s3 li:nth-child(3)::before {
  background: url(/i/strategy-icon3.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}

#our-strategy .s3 li:nth-child(4)::before {
  background: url(/i/strategy-icon4.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}

#our-strategy .s3 li:nth-child(5)::before {
  background: url(/i/strategy-icon5.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}

#our-strategy .s3 .hline {
  width: 100%;
  height: 1px;
  background: #4292E8;
}

#our-strategy .s3 h3 {
  color: #fff;
  font-size: 2.1em;
  font-weight: 400;
  margin-bottom: 0.7em;
  padding-left: 60px;
  padding-right: 20px;
  opacity: 0;
  transition: opacity  0.75s ease;
}

#our-strategy .s3 h3 span {
  color: #4292E8;
}

#our-strategy .s3 .containment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #4292E8;
}

#our-strategy .s3 .containment p {
  color: #fff;
  padding-left: 60px;
  padding-right: 20px;
  opacity: 0;
  transition: opacity  0.75s ease;
}

#our-strategy .s3.in-view li, #our-strategy .s3.in-view h3, #our-strategy .s3.in-view .containment p {
  opacity: 1;
}

#our-strategy .s3.in-view li:nth-child(1) {
  transition-delay: 0.1s;
}

#our-strategy .s3.in-view li:nth-child(2) {
  transition-delay: 0.4s;
}

#our-strategy .s3.in-view li:nth-child(3) {
  transition-delay: 0.7s;
}

#our-strategy .s3.in-view li:nth-child(4) {
  transition-delay: 1s;
}

#our-strategy .s3.in-view li:nth-child(5) {
  transition-delay: 1.3s;
}

#our-strategy .s3.in-view h3 {
  transition-delay: 1.5s;
}

#our-strategy .s3.in-view .containment p {
  transition-delay: 2s;
}

#our-strategy .s4 {
  padding: 7.5em 0;
}

#our-strategy .s4 .contain {
  max-width: 770px;
  border-bottom: 2px solid #293F80;
  padding-bottom: 30px;
}

#our-strategy .s4 ce {
  position: relative;
  display: block;
}

#our-strategy .s4 h4 {
  font-size: 3.1em;
  font-weight: 200;
  line-height: 1.24em;
  color: #7E7E7E;
  opacity: 0.2;
  display: inline;
}

#our-strategy .s4 h4:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #293F80;
  opacity: 1;
}

#our-strategy .s5 {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#our-strategy .s5 .subnav {
  position: relative;
  z-index: 4;
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 2rem);
  top: 7rem;
}

#our-strategy .s5 .subnav ul {
  list-style: none;
}

#our-strategy .s5 .subnav li {
  color: #fff;
  float: left;
  padding-left: 60px;
  position: relative;
  margin-right: 20px;
  opacity: 0.4;
}

#our-strategy .s5 .subnav li.on {
  opacity: 1;
}

#our-strategy .s5 .subnav li::before {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  display: block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 0.9rem;
}

#our-strategy .s5 .subnav li:nth-child(1)::before {
  content: "1";
}

#our-strategy .s5 .subnav li:nth-child(2)::before {
  content: "2";
}

#our-strategy .s5 .subnav li:nth-child(3)::before {
  content: "3";
}

#our-strategy .s5 .subnav li:nth-child(4)::before {
  content: "4";
}

#our-strategy .s5 .subnav button {
  appearance: none;
  background: transparent;
  border: none;
  color: #fff;
  font-family: inherit;
  line-height: 25px;
  max-width: 108px;
  text-align: left;
  cursor: pointer;
}

#our-strategy .s5 #imgslider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#our-strategy .s5 #imgslider .fx-list {
  display: none;
}

#our-strategy .s5 #imgslider .p1 {
  background: url(/i/strategy-panel1.jpg) no-repeat center/cover;
  height: 100vh;
}

#our-strategy .s5 #imgslider .p2 {
  background: url(/i/strategy-panel2.jpg) no-repeat center/cover;
  height: 100vh;
}

#our-strategy .s5 #imgslider .p3 {
  background: url(/i/strategy-panel3.jpg) no-repeat center/cover;
  height: 100vh;
}

#our-strategy .s5 #imgslider .p4 {
  background: url(/i/strategy-panel4.jpg) no-repeat center/cover;
  height: 100vh;
}

#our-strategy .s5 #imgslider .fx-slides {
  height: 100%;
}

#our-strategy .s5 #imgslider .fx-slides > div {
  height: 100%;
}

#our-strategy .s5 #imgslider .fx-slides > div > div:nth-child(1) {
  clip-path: none;
}

#our-strategy .s5 #imgslider .fx-slides > div > div {
  height: 100% !important;
  clip-path: polygon(0px 0px, 0px 0px, 0px 100%, 0px 100%);
  transition: clip-path 0.25s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

#our-strategy .s5 #cslider .fx-list {
  display: none;
}

#our-strategy .s5 .contain {
  max-width: 870px;
}

#our-strategy .s5 h3 {
  color: #fff;
  font-size: 2.1em;
  font-weight: 400;
  margin-bottom: 1em;
}

#our-strategy .s5 h3 span {
  color: #4292E8;
}

#our-strategy .s5 .cols {
  column-count: 2;
  column-gap: 2em;
}

#our-strategy .s5 p {
  color: #fff;
  margin-bottom: 1em;
}

#our-strategy .s5 p.h {
  display: none;
}

#our-strategy .s5 p strong {
  font-weight: 500;
}

#our-strategy .s5 p:last-child {
  margin-bottom: 0;
}

#our-strategy .s5 .p1 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#our-strategy .s5 .p2 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#our-strategy .s5 .p3 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#our-strategy .s5 .p4 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1099px), (max-height: 669px) {
  #our-strategy .s5 {
    height: auto;
  }
  #our-strategy .s5 .subnav {
    display: none;
  }
  #our-strategy .s5 p.h {
    display: block;
    color: #fff;
  }
  #our-strategy .s5 #imgslider {
    display: none;
  }
  #our-strategy .s5 #cslider .fx-list {
    display: block;
    margin-top: -30px;
    text-align: center;
    top: -20px;
  }
  #our-strategy .s5 #cslider .fx-nav {
    border-radius: 10px;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 10px;
  }
  #our-strategy .s5 #cslider .fx-nav.fx-on {
    background: #4292E8;
  }
  #our-strategy .s5 #cslider .p1, #our-strategy .s5 #cslider .p2, #our-strategy .s5 #cslider .p3, #our-strategy .s5 #cslider .p4 {
    height: auto;
  }
  #our-strategy .s5 #cslider .p1 {
    background: url(/i/strategy-panel1.jpg) no-repeat center/cover;
  }
  #our-strategy .s5 #cslider .p2 {
    background: url(/i/strategy-panel2.jpg) no-repeat center/cover;
  }
  #our-strategy .s5 #cslider .p3 {
    background: url(/i/strategy-panel3.jpg) no-repeat center/cover;
  }
  #our-strategy .s5 #cslider .p4 {
    background: url(/i/strategy-panel4.jpg) no-repeat center/cover;
  }
  #our-strategy .s5 #cslider .contain {
    padding: 5em 0;
  }
}

@media all and (max-width: 979px) {
  #our-strategy .s3 {
    padding: 5em 0 0 0;
  }
  #our-strategy .s3 .cols {
    flex-direction: column;
  }
  #our-strategy .s3 .cols > div {
    width: 100%;
  }
  #our-strategy .s3 .cols > div:nth-child(2) {
    background: linear-gradient(302deg, #11213F 5.23%, #295280 83.28%);
    padding: 5em 0;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  #our-strategy .s3 .cols h3, #our-strategy .s3 .cols p {
    padding: 0 1rem;
  }
  #our-strategy .s3 .right {
    display: none;
  }
  #our-strategy .s3 .hline {
    display: none;
  }
}

@media all and (max-width: 767px) {
  #our-strategy .s2 {
    padding: 5em 0;
  }
  #our-strategy .s2 h3 {
    font-size: 1.5em;
  }
  #our-strategy .s2 p {
    margin-left: 0px;
    max-width: 100%;
  }
  #our-strategy .s3 h3 {
    font-size: 1.5em;
  }
  #our-strategy .s4 {
    padding: 5rem 0;
  }
  #our-strategy .s4 h4 {
    font-size: 2em;
  }
  #our-strategy .s5 .cols {
    column-count: 1;
    column-gap: 0;
  }
}
