#strategies .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
}

#strategies .s2 svg {
  display: block;
  width: 100%;
  max-width: 425px;
}

#strategies .s2 .s2-svg .axis-x,
#strategies .s2 .s2-svg .axis-y {
  transform-box: fill-box;
  transform-origin: center;
}

#strategies .s2 .content {
  width: 100%;
  max-width: 850px;
}

#strategies .s2 .content h2 {
  font-size: 2.45rem;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

#strategies .s2 .content p:first-of-type {
  margin-bottom: 1rem;
}

#strategies .s3 {
  background: url(/i/strategies-bg-img.png) no-repeat center/cover fixed;
}

#strategies .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 7.5rem 0;
}

#strategies .s3 .vline {
  width: 1px;
  height: 100%;
  background: #4478A2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#strategies .s3 .left {
  position: sticky;
  top: 300px;
  left: 0;
  width: 50%;
  max-width: 380px;
  height: 450px;
}

#strategies .s3 .left h4 {
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: #1A9FE3;
  margin-bottom: 3.5rem;
  letter-spacing: 1.8px;
}

#strategies .s3 .left ul {
  list-style: none;
}

#strategies .s3 .left ul li {
  font-family: kaisei-decol, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 1.3rem;
  opacity: 0.4;
  transition: opacity .3s ease;
  cursor: pointer;
}

#strategies .s3 .left ul li:last-of-type {
  margin-bottom: 0;
}

#strategies .s3 .left ul li.sel {
  opacity: 1;
}

#strategies .s3 .right {
  width: 50%;
}

#strategies .s3 .right .box {
  margin-bottom: 10rem;
  position: relative;
  padding-left: 5rem;
  opacity: 0.4;
  transition: opacity .3s ease;
  min-height: 250px;
}

#strategies .s3 .right .box h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1A9FE3;
  margin-bottom: 1rem;
  letter-spacing: 1.44px;
}

#strategies .s3 .right .box p {
  color: #fff;
}

#strategies .s3 .right .box::before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: #fff;
  left: -6px;
  top: 4px;
}

#strategies .s3 .right .box.sel {
  opacity: 1;
}

#strategies .s3 h2 {
  display: none;
  color: #fff;
  margin-bottom: 4rem;
  padding: 0 1rem;
}

#strategies .s3 .mobile {
  display: none;
  border-bottom: solid 1px #4478A2;
}

#strategies .s3 .mobile .fx-nav {
  padding: 1rem;
  border-top: solid 1px #4478A2;
  position: relative;
}

#strategies .s3 .mobile .fx-nav h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #1A9FE3;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 2rem;
}

#strategies .s3 .mobile .fx-nav h4 br {
  display: none;
}

#strategies .s3 .mobile .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 25px;
  background: url(/i/svg/arrow.svg) no-repeat center/contain;
  position: absolute;
  transform: translateY(-50%) rotate(90deg);
  right: 1.5rem;
  top: 50%;
}

#strategies .s3 .mobile .fx-nav.fx-on::after {
  transform: translateY(-50%) rotate(-90deg);
}

#strategies .s3 .mobile .fx-slide .content {
  padding: 1rem 2rem 1rem 1rem;
}

#strategies .s3 .mobile .fx-slide p {
  color: #fff;
  margin-bottom: 1rem;
}

#strategies .s3 .mobile .fx-slide p:last-of-type {
  margin-bottom: 0;
}

#strategies .s3 .mobile .fx-slide img {
  display: block;
  margin-top: 2rem;
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1100px) {
  #strategies .s2 .container {
    gap: 2rem;
    align-items: flex-start;
  }
  #strategies .s2 svg {
    max-width: 230px;
    height: 230px;
    position: relative;
    top: 1rem;
  }
  #strategies .s2 .content h2 {
    font-size: 2.3rem;
  }
  #strategies .s2 .content p {
    max-width: none;
  }
  #strategies .s3 {
    padding: 7.5rem 0;
    background: #0D395C;
    position: relative;
    overflow: hidden;
  }
  #strategies .s3 .desktop {
    display: none;
  }
  #strategies .s3 .mobile {
    display: block;
    position: relative;
    z-index: 1;
  }
  #strategies .s3 h2 {
    display: block;
    position: relative;
    z-index: 1;
  }
  #strategies .s3::before {
    content: '';
    position: absolute;
    display: block;
    background: url(/i/strategies-bg-img.png) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #strategies .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #strategies .s2 svg {
    max-width: 200px;
    height: 200px;
    top: 0;
  }
  #strategies .s2 .content h2 {
    font-size: 1.8rem;
  }
  #strategies .s3 {
    padding: 5rem 0;
  }
  #strategies .s3 h2 {
    margin-bottom: 3rem;
  }
  #strategies .s3 .mobile .fx-nav h4 {
    font-size: 15px;
  }
}
