@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;
}

#risk .s3 {
  background: #3A3332;
}

#risk .s3 .container {
  position: relative;
}

#risk .s3 .sec-intro {
  text-align: center;
  margin-bottom: 3rem;
}

#risk .s3 .sec-intro h3, #risk .s3 .sec-intro p {
  color: #fff;
}

#risk .s3 .sec-intro h3 {
  margin-bottom: 2rem;
}

#risk .s3 svg [data-id] {
  pointer-events: all;
  cursor: pointer;
}

#risk .s3 svg {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#risk .s3 svg path.is-active {
  fill: #B2732880;
  transition: all .5s ease;
}

#risk .s3 svg rect.is-active {
  opacity: 0;
  transition: opacity .5s ease;
}

#risk .s3 svg .plus.is-active {
  opacity: 0;
  transition: opacity .3s ease;
}

#risk .s3 svg .bottom {
  fill: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all .3s ease;
}

#risk .s3 svg .bottom.is-active {
  fill: #DB9900;
}

#risk .s3 .slides .slide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

#risk .s3 .slides .slide.is-active {
  opacity: 1;
  visibility: visible;
}

#risk .s3 .slides .title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #DB9900;
  margin-bottom: 15px;
}

#risk .s3 .slides p {
  color: #fff;
}

#risk .s3 .slides .slide[data-id="1"] {
  text-align: left;
  max-width: 400px;
  top: 37%;
  right: 0;
  transform: translateY(-50%);
}

#risk .s3 .slides .slide[data-id="2"] {
  text-align: left;
  max-width: 323px;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
}

#risk .s3 .slides .slide[data-id="3"] {
  text-align: left;
  max-width: 298px;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}

#risk .s3 .slides .slide[data-id="4"] {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  text-align: center;
}

#risk .s3 .slides .slide[data-id="5"] {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  text-align: center;
}

#risk .s3 .mobile {
  display: none;
}

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

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

#risk .s3 .mobile .fx-nav h3 br {
  display: none;
}

#risk .s3 .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%);
}

#risk .s3 .mobile .fx-slide .inner {
  padding: 1rem 0;
}

#risk .s3 .mobile .fx-slide p {
  color: #fff;
}

#risk .s3 .mobile .fx-slide .title {
  display: none;
}

@media screen and (max-width: 1100px) {
  #risk .s3 .desktop {
    display: none;
  }
  #risk .s3 .mobile {
    display: block;
  }
  #risk .s3 .mobile .fx-nav h3 {
    font-size: 1.4rem;
  }
  #risk .s3 .mobile .fx-nav::after {
    width: 18px;
    height: 18px;
  }
}
