@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Dark.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-15UltTh.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-25Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-45Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-55Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-75Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

#strategies .s3 {
  padding-top: 7.5rem;
  position: relative;
}

#strategies .s3 .s3-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 1370px;
  width: 100%;
  background: url(/i/Process_Parallax.jpg) no-repeat 33%/cover;
  z-index: 0;
  pointer-events: none;
}

#strategies .s3 .accordion-container {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  max-width: 1230px;
  margin: 0 auto;
  overflow: visible !important;
}

#strategies .s3 .accordion-container .accordion {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

#strategies .s3 .accordion-container .accordion .bar {
  height: 150px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#strategies .s3 .accordion-container .accordion .bar:nth-child(3) {
  top: 150px;
}

#strategies .s3 .accordion-container .accordion .bar:nth-child(5) {
  top: 300px;
}

#strategies .s3 .accordion-container .accordion .bar h3 {
  font-size: 3rem;
  width: 540px;
  margin-right: 120px;
  margin-left: auto;
  color: #fff;
  position: relative;
  top: 20px;
}

#strategies .s3 .accordion-container .accordion .bar .line {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

#strategies .s3 .accordion-container .accordion .bar img {
  position: absolute;
  top: 40px;
  right: 0;
}

#strategies .s3 .accordion-container .accordion .item-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2vw;
}

#strategies .s3 .accordion-container .accordion .item-content:last-child p {
  padding-bottom: 7.5rem;
}

#strategies .s3 .accordion-container .accordion .item-content p {
  min-height: 250px;
  width: 540px;
  margin-right: 120px;
  margin-left: auto;
  color: #fff;
  position: relative;
}

#strategies .s3 .accordion-container .accordion .item-content p::before {
  content: '';
  position: absolute;
  display: block;
  width: 148px;
  height: 148px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 2rem;
}

#strategies .s3 .accordion-container.--visible {
  position: static;
}

#strategies .s3 .accordion-container.--visible .accordion .bar {
  position: sticky;
  top: auto;
  bottom: 300px;
}

#strategies .s3 .accordion-container.--visible .accordion .bar:nth-child(3) {
  bottom: 150px;
}

#strategies .s3 .accordion-container.--visible .accordion .bar:nth-child(5) {
  bottom: 0;
}

#strategies .img-overlay::before {
  z-index: 1;
}

#strategies .s4 {
  padding: 7.5rem 0;
}

#strategies .s4 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#strategies .s4 .container h3 {
  width: 100%;
}

#strategies .s4 .container > div {
  width: 100%;
  max-width: 675px;
}

#strategies .s4 .container > div p:first-of-type {
  margin-bottom: 1rem;
}

#strategies .s5 {
  padding: 7.5rem 0;
  background: url(/i/Process_Infographic_BG.jpg) no-repeat center/cover;
}

#strategies .s5 .container {
  position: relative;
}

#strategies .s5 svg {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

#strategies .s5 svg rect.is-active {
  fill: #B27328;
  transition: all .5s ease;
  cursor: pointer;
}

#strategies .s5 svg g {
  cursor: pointer;
}

#strategies .s5 .sec-nav {
  position: absolute;
  color: #fff;
  opacity: 0.5;
  transition: opacity .5s ease;
  cursor: pointer;
}

#strategies .s5 .sec-nav[data-id="1"] {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#strategies .s5 .sec-nav[data-id="2"] {
  top: 40%;
  right: 7%;
  transform: translateY(-50%);
}

#strategies .s5 .sec-nav[data-id="3"] {
  bottom: 0;
  right: 23%;
  transform: translateX(-50%);
  text-align: center;
}

#strategies .s5 .sec-nav[data-id="4"] {
  bottom: 0;
  left: 33%;
  transform: translateX(-50%);
  text-align: center;
}

#strategies .s5 .sec-nav[data-id="5"] {
  top: 39%;
  left: 5%;
  transform: translateY(-50%);
  text-align: right;
}

#strategies .s5 .sec-nav.is-active {
  opacity: 1;
}

#strategies .s5 .slides .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

#strategies .s5 .slides .slide.is-active {
  opacity: 1;
  visibility: visible;
}

#strategies .s5 .slides .slide h3 {
  font-size: 2.3rem;
  line-height: 2.6rem;
  color: #fff;
  margin-bottom: 1rem;
}

#strategies .s5 .slides .slide p {
  color: #fff;
  max-width: 440px;
}

#strategies .s5 .slides .def {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

#strategies .s5 .slides .def.is-active {
  opacity: 1;
  visibility: visible;
}

#strategies .s5 .slides .def h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #fff;
}

#strategies .s5 .title h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2rem auto;
}

#strategies .s5 .title h3 br {
  display: none;
}

#strategies .s5 .mobile {
  display: none;
  padding: 0 1rem;
}

#strategies .s5 .mobile .fx-nav {
  padding: 1rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}

#strategies .s5 .mobile .fx-nav h3 {
  color: #fff;
  font-size: 1.7rem;
}

#strategies .s5 .mobile .fx-nav h3 br {
  display: none;
}

#strategies .s5 .mobile .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(/i/svg/plus_icon.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#strategies .s5 .mobile .fx-nav.fx-on::after {
  background-image: url(/i/svg/orange_minus.svg);
}

#strategies .s5 .mobile .fx-slide .inner {
  padding: 1rem 0;
}

#strategies .s5 .mobile .fx-slide p {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  #strategies .s4 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #strategies .s4 .container h3 br {
    display: none;
  }
  #strategies .s4 .container > div {
    max-width: none;
  }
  #strategies .s5 {
    background: none;
    position: relative;
    overflow: hidden;
  }
  #strategies .s5 .mobile {
    display: block;
    z-index: 1;
    position: relative;
  }
  #strategies .s5 .desktop {
    display: none;
  }
  #strategies .s5::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(/i/Process_Infographic_BG.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 767px) {
  #strategies .s3 {
    padding: 5rem 0;
  }
  #strategies .s3 .s3-bg {
    min-height: auto;
  }
  #strategies .s3 .accordion-container .accordion .bar {
    height: auto;
    position: relative;
  }
  #strategies .s3 .accordion-container .accordion .bar h3 {
    width: auto;
    font-size: 1.7rem;
    margin-right: 0;
    top: auto;
  }
  #strategies .s3 .accordion-container .accordion .bar img {
    max-width: 40px;
    top: 20px;
  }
  #strategies .s3 .accordion-container .accordion .item-content p {
    width: auto;
    margin-right: 0;
    min-height: auto;
    margin-bottom: 3rem;
  }
  #strategies .s3 .accordion-container .accordion .item-content:last-child p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #strategies .s3 .accordion-container .accordion .bar:nth-child(3) {
    top: auto;
  }
  #strategies .s3 .accordion-container .accordion .bar:nth-child(5) {
    top: auto;
  }
  #strategies .s4 {
    padding: 5rem 0;
  }
  #strategies .s5 {
    padding: 5rem 0;
  }
  #strategies .s5 .title h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #strategies .s5 .mobile .fx-nav h3 {
    font-size: 1.4rem;
  }
  #strategies .s5 .mobile .fx-nav::after {
    width: 18px;
    height: 18px;
  }
}
