#about-ils .s2, #about-ils .s5 {
  padding: 7.5em 0;
}
#about-ils .s2 .contain, #about-ils .s5 .contain {
  max-width: 770px;
  border-bottom: 2px solid #293F80;
  padding-bottom: 30px;
}
#about-ils .s2 ce, #about-ils .s5 ce {
  position: relative;
  display: block;
}
#about-ils .s2 h4, #about-ils .s5 h4 {
  font-size: 3.1em;
  font-weight: 200;
  line-height: 1.1em;
  color: #7E7E7E;
  opacity: 0.2;
  display: inline;
}
#about-ils .s2 h4:nth-child(2), #about-ils .s5 h4:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #293F80;
  opacity: 1;
}
#about-ils .s5 .contain {
  max-width: 720px;
}
#about-ils .s5 .contain:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#about-ils .s5 a {
  display: block;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #595959;
  position: relative;
  margin-top: 1rem;
  transition: color 0.3s ease;
}
#about-ils .s5 a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/i/right-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#about-ils .s5 a:hover {
  color: #4292E8;
}
#about-ils .s3 {
  height: 100vh;
  overflow: hidden;
}
#about-ils .s3 .subnav {
  position: relative;
  z-index: 4;
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 2rem);
  top: 7rem;
}
#about-ils .s3 .subnav ul {
  list-style: none;
}
#about-ils .s3 .subnav li {
  color: #fff;
  float: left;
  padding-left: 60px;
  position: relative;
  margin-right: 20px;
  opacity: 0.4;
}
#about-ils .s3 .subnav li.on {
  opacity: 1;
}
#about-ils .s3 .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;
}
#about-ils .s3 .subnav li:nth-child(1)::before {
  content: "1";
}
#about-ils .s3 .subnav li:nth-child(2)::before {
  content: "2";
}
#about-ils .s3 .subnav li:nth-child(3)::before {
  content: "3";
}
#about-ils .s3 .subnav button {
  appearance: none;
  background: transparent;
  border: none;
  color: #fff;
  font-family: inherit;
  line-height: 25px;
  max-width: 170px;
  text-align: left;
  cursor: pointer;
}
#about-ils .s3 .subnav li:nth-child(2) button {
  max-width: 150px;
}
#about-ils .s3 .subnav li:nth-child(3) button {
  max-width: 120px;
}
#about-ils .s3 #imgslider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#about-ils .s3 #imgslider .fx-list {
  display: none;
}
#about-ils .s3 #imgslider .p1 {
  background: url(/i/about-ils-panel1.jpg) no-repeat center/cover;
  height: 100vh;
}
#about-ils .s3 #imgslider .p2 {
  background: url(/i/about-ils-panel2.jpg) no-repeat center/cover;
  height: 100vh;
}
#about-ils .s3 #imgslider .p3 {
  background: url(/i/about-ils-panel3.jpg) no-repeat center/cover;
  height: 100vh;
}
#about-ils .s3 #imgslider .fx-slides {
  height: 100%;
}
#about-ils .s3 #imgslider .fx-slides > div {
  height: 100%;
}
#about-ils .s3 #imgslider .fx-slides > div > div:nth-child(1) {
  clip-path: none;
}
#about-ils .s3 #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%;
}
#about-ils .s3 p.h {
  display: none;
}
#about-ils .s3 #cslider .fx-list {
  display: none;
}
#about-ils .s3 .contain {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-ils .s3 .contain > div {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
#about-ils .s3 .contain > div > div:nth-child(1) {
  width: calc(61% - 100px);
}
#about-ils .s3 .contain > div > div:nth-child(2) {
  width: 39%;
}
#about-ils .s3 h3 {
  color: #fff;
  font-size: 3.1em;
  font-weight: 300;
  line-height: 1.1em;
}
#about-ils .s3 p {
  color: #fff;
  margin-bottom: 1em;
}
#about-ils .s3 p:last-child {
  margin-bottom: 0;
}
#about-ils .s3 .p1 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-ils .s3 .p2 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-ils .s3 .p3 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-ils .s4 {
  background: #11213F;
  position: relative;
  padding: 7.5rem 0;
}
#about-ils .s4 p.h {
  color: #fff;
  margin-bottom: 1em;
}
#about-ils .s4 .cards {
  display: flex;
  flex-direction: row;
}
#about-ils .s4 .cards .wrap {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  height: 100%;
  font-size: 1.55em;
  color: #1E1E1E;
  font-weight: 500;
  opacity: 0;
}
#about-ils .s4 .cards .content {
  padding: 3rem 2rem;
  visibility: hidden;
  opacity: 0;
  height: 630px;
}
#about-ils .s4 .cards .wrap::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
#about-ils .s4 .cards h4 {
  font-size: 0.75em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.95px;
  transform: rotate(-90deg);
  width: 400px;
  padding-top: 30px;
  transform-origin: left top;
  padding-left: 0px;
}
#about-ils .s4 .cards > div {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 6.5%;
  box-sizing: border-box;
  transition: width 0.5s ease;
  position: relative;
  height: 700px;
}
#about-ils .s4 .cards > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#about-ils .s4 .cards > div::after {
  content: "";
  display: block;
  width: 24px;
  height: 50px;
  background: #244E83;
  position: absolute;
  left: 28px;
  bottom: 0;
}
#about-ils .s4 .cards > div.on {
  width: 48%;
}
#about-ils .s4 .cards > div.on .content {
  visibility: visible;
  opacity: 1;
}
#about-ils .s4 .cards > div.on .wrap {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#about-ils .s4 .cards > div.on h4 {
  transform: rotate(0deg);
  padding-left: 70px;
  padding-top: 34px;
}
#about-ils .s4 .cards > div:nth-child(1) .wrap::before {
  background: url(/i/ILS-Card1-Icon1.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(1) .content {
  background: url(/i/about-ils-card1.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(2) .wrap::before {
  background: url(/i/ILS-Card1-Icon2.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(2) .content {
  background: url(/i/about-ils-card2.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(3) .wrap::before {
  background: url(/i/ILS-Card1-Icon3.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(3) .content {
  background: url(/i/about-ils-card3.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(4) .wrap::before {
  background: url(/i/ILS-Card1-Icon4.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(4) .content {
  background: url(/i/about-ils-card4.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(5) .wrap::before {
  background: url(/i/ILS-Card1-Icon5.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(5) .content {
  background: url(/i/about-ils-card5.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(6) .wrap::before {
  background: url(/i/ILS-Card1-Icon6.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(6) .content {
  background: url(/i/about-ils-card6.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(7) .wrap::before {
  background: url(/i/ILS-Card1-Icon7.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(7) .content {
  background: url(/i/about-ils-card7.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(8) .wrap::before {
  background: url(/i/ILS-Card1-Icon8.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(8) .content {
  background: url(/i/about-ils-card8.jpg) no-repeat left center/cover;
}
#about-ils .s4 .cards > div:nth-child(9) .wrap::before {
  background: url(/i/ILS-Card1-Icon9.svg) no-repeat center/50px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .cards > div:nth-child(9) .content {
  background: url(/i/about-ils-card9.jpg) no-repeat left center/cover;
}
#about-ils .s4 li:nth-child(1)::before {
  background: url(/i/strategy-icon1.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 li:nth-child(2)::before {
  background: url(/i/strategy-icon2.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 li:nth-child(3)::before {
  background: url(/i/strategy-icon3.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 li:nth-child(4)::before {
  background: url(/i/strategy-icon4.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 li:nth-child(5)::before {
  background: url(/i/strategy-icon5.svg) no-repeat center/34px auto, linear-gradient(to right, #DFE1E8 50%, transparent 50%);
}
#about-ils .s4 .hline {
  width: 100%;
  height: 1px;
  background: #4292E8;
}

@media (max-width: 1099px), (max-height: 669px) {
  #about-ils .s3 {
    height: auto;
  }
  #about-ils .s3 .subnav {
    display: none;
  }
  #about-ils .s3 p.h {
    display: block;
    color: #fff;
  }
  #about-ils .s3 #imgslider {
    display: none;
  }
  #about-ils .s3 #cslider .contain > div {
    gap: 100px;
  }
  #about-ils .s3 #cslider .fx-list {
    display: block;
    margin-top: -30px;
    text-align: center;
    top: -20px;
  }
  #about-ils .s3 #cslider .fx-nav {
    border-radius: 10px;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 10px;
  }
  #about-ils .s3 #cslider .fx-nav.fx-on {
    background: #4292E8;
  }
  #about-ils .s3 #cslider .p1, #about-ils .s3 #cslider .p2, #about-ils .s3 #cslider .p3, #about-ils .s3 #cslider .p4 {
    height: auto;
  }
  #about-ils .s3 #cslider .p1 {
    background: url(/i/about-ils-panel1.jpg) no-repeat center/cover;
  }
  #about-ils .s3 #cslider .p2 {
    background: url(/i/about-ils-panel2.jpg) no-repeat center/cover;
  }
  #about-ils .s3 #cslider .p3 {
    background: url(/i/about-ils-panel3.jpg) no-repeat center/cover;
  }
  #about-ils .s3 #cslider .contain {
    padding: 5em 0;
  }
}
@media (max-width: 1279px) {
  #about-ils .s4 .cards > div::after {
    left: 50%;
    margin-left: -12px;
  }
  #about-ils .s4 .cards > div.on::after {
    left: 20px;
    margin-left: 0;
  }
  #about-ils .s4 .cards h4 {
    padding-top: calc(50% - 10px);
  }
  #about-ils .s4 .cards .wrap {
    font-size: 1.2em;
    padding: 2rem 1rem;
  }
  #about-ils .s4 .cards > div {
    height: 600px;
  }
  #about-ils .s4 .cards .content {
    height: 530px;
  }
}
@media (max-width: 979px) {
  #about-ils .s3 #cslider .contain > div {
    flex-direction: column;
    gap: 20px;
  }
  #about-ils .s3 .contain > div > div {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #about-ils .s2, #about-ils .s5 {
    padding: 5em 0;
  }
  #about-ils .s2 h4, #about-ils .s5 h4 {
    font-size: 2em;
  }
  #about-ils .s3 h3 {
    font-size: 2em;
  }
  #about-ils .s4 {
    padding: 5em 0;
  }
  #about-ils .s4 .cards {
    flex-direction: column;
    gap: 20px;
  }
  #about-ils .s4 .cards > div {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: auto;
  }
  #about-ils .s4 .cards > div > .content {
    order: 2;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto;
    padding: 1.5em;
  }
  #about-ils .s4 .cards > div > ce {
    order: 1;
  }
  #about-ils .s4 .cards > div .wrap {
    opacity: 1 !important;
    padding-top: 100px;
  }
  #about-ils .s4 .cards > div h4 {
    transform: rotate(0deg) !important;
    padding-left: 60px !important;
    padding-top: 10px !important;
    width: 100%;
    padding-bottom: 40px;
  }
  #about-ils .s4 .cards > div::after {
    top: 0;
    bottom: initial;
    left: 16px !important;
    margin-left: 0;
    height: 40px;
    width: 20px;
  }
}

/*# sourceMappingURL=about-ils.css.map */
