.elementor-19 .elementor-element.elementor-element-5d0bcb4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-948bc14{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-ec2f9ba{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-643a13a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-fffb355{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-f26bb95{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-561485c *//* =========================================================
   ILPPS
   ABOUT PAGE
   SECTION 01 — CLEAN CORPORATE HERO
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');


.ilpps-about-v2,
.ilpps-about-v2 * {
  box-sizing: border-box;
}


.ilpps-about-v2 {

  --iav2-blue: #0b4c93;
  --iav2-blue-dark: #062f61;
  --iav2-blue-deep: #031f43;

  --iav2-green: #2b8d3e;
  --iav2-green-light: #83bd3f;

  --iav2-orange: #e86524;

  position: relative;

  width: 100%;
  min-height: 720px;

  overflow: hidden;

  font-family: "Inter", Arial, sans-serif;

  background: var(--iav2-blue-deep);
}


/* =========================================================
   BACKGROUND
========================================================= */

.ilpps-about-v2__bg {

  position: absolute;

  inset: 0;

  background-image:
    url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2000&q=90");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  transform: scale(1.02);
}


/* =========================================================
   OVERLAY
========================================================= */

.ilpps-about-v2__overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(3,31,67,.97) 0%,
      rgba(3,31,67,.94) 37%,
      rgba(4,38,78,.82) 58%,
      rgba(7,55,77,.56) 78%,
      rgba(21,94,63,.27) 100%
    );
}


/* subtle bottom depth */

.ilpps-about-v2__overlay::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(2,19,42,.45),
      transparent 40%
    );
}


/* =========================================================
   BRAND ACCENT
========================================================= */

.ilpps-about-v2__accent {

  position: absolute;

  z-index: 5;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  display: grid;

  grid-template-columns:
    55% 18% 27%;
}


.ilpps-about-v2__accent span:nth-child(1) {
  background: var(--iav2-blue);
}


.ilpps-about-v2__accent span:nth-child(2) {
  background: var(--iav2-orange);
}


.ilpps-about-v2__accent span:nth-child(3) {
  background: var(--iav2-green);
}


/* =========================================================
   WRAPPER
========================================================= */

.ilpps-about-v2__wrap {

  position: relative;

  z-index: 3;

  width: min(1280px, calc(100% - 50px));

  min-height: 640px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    330px;

  gap: clamp(70px, 10vw, 150px);

  align-items: center;

  padding:
    110px
    0
    90px;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.ilpps-about-v2__content {

  max-width: 850px;
}


/* =========================================================
   EYEBROW
========================================================= */

.ilpps-about-v2__eyebrow {

  display: flex;

  align-items: center;

  gap: 13px;

  margin-bottom: 25px;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .22em;

  text-transform: uppercase;

  color: rgba(255,255,255,.72);
}


.ilpps-about-v2__line {

  width: 42px;
  height: 3px;

  flex: 0 0 auto;

  background:
    linear-gradient(
      90deg,
      #68a6e6 0 40%,
      var(--iav2-orange) 40% 65%,
      #86c548 65% 100%
    );
}


/* =========================================================
   TITLE
========================================================= */

.ilpps-about-v2__content h1 {

  max-width: 900px;

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(54px, 6.5vw, 92px);

  line-height: .98;

  letter-spacing: -.058em;

  font-weight: 800;

  color: #ffffff;
}


.ilpps-about-v2__content h1 span {

  display: block;

  color: #89c747;
}


/* =========================================================
   INTRO
========================================================= */

.ilpps-about-v2__intro {

  max-width: 650px;

  margin:
    31px
    0
    0;

  padding-left: 22px;

  border-left:
    3px solid var(--iav2-orange);

  font-size: 15px;

  line-height: 1.8;

  font-weight: 400;

  color: rgba(255,255,255,.72);
}


/* =========================================================
   ACTION
========================================================= */

.ilpps-about-v2__actions {

  margin-top: 34px;
}


.ilpps-about-v2__btn {

  min-height: 56px;

  display: inline-flex;

  align-items: center;

  gap: 23px;

  padding:
    5px
    6px
    5px
    24px;

  border-radius: 999px;

  background: #ffffff;

  text-decoration: none;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .05em;

  text-transform: uppercase;

  color: var(--iav2-blue-dark);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}


.ilpps-about-v2__btn i {

  width: 44px;
  height: 44px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background: var(--iav2-orange);

  color: #ffffff;

  font-size: 12px;

  transition:
    transform .25s ease;
}


.ilpps-about-v2__btn:hover {

  transform: translateY(-3px);

  box-shadow:
    0 18px 40px rgba(0,0,0,.22);
}


.ilpps-about-v2__btn:hover i {

  transform: translateY(2px);
}


/* =========================================================
   SIDE STATEMENT
========================================================= */

.ilpps-about-v2__side {

  align-self: center;

  padding-left: 31px;

  border-left:
    1px solid rgba(255,255,255,.22);
}


.ilpps-about-v2__side-no {

  display: block;

  margin-bottom: 22px;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .18em;

  color: var(--iav2-orange);
}


.ilpps-about-v2__side-line {

  width: 42px;
  height: 2px;

  margin-bottom: 22px;

  background: #82c343;
}


.ilpps-about-v2__side p {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 19px;

  line-height: 1.55;

  letter-spacing: -.02em;

  font-weight: 600;

  color: rgba(255,255,255,.86);
}


/* =========================================================
   BOTTOM
========================================================= */

.ilpps-about-v2__bottom {

  position: relative;

  z-index: 5;

  min-height: 80px;

  display: flex;

  align-items: center;

  background:
    rgba(3,31,67,.90);

  border-top:
    1px solid rgba(255,255,255,.14);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);
}


.ilpps-about-v2__bottom-wrap {

  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;
}


.ilpps-about-v2__bottom-wrap > span:first-child {

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .12em;

  text-transform: uppercase;

  color: rgba(255,255,255,.62);
}


.ilpps-about-v2__bottom-location {

  display: flex;

  align-items: center;

  gap: 9px;

  font-size: 9px;

  font-weight: 700;

  color: rgba(255,255,255,.75);
}


.ilpps-about-v2__bottom-location i {

  color: var(--iav2-orange);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

  .ilpps-about-v2__wrap {

    grid-template-columns: 1fr;

    gap: 55px;

    padding:
      100px
      0
      80px;
  }


  .ilpps-about-v2__side {

    max-width: 500px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-about-v2 {

    min-height: auto;
  }


  .ilpps-about-v2__bg {

    background-position: 60% center;
  }


  .ilpps-about-v2__overlay {

    background:
      linear-gradient(
        90deg,
        rgba(3,31,67,.96),
        rgba(3,31,67,.82)
      );
  }


  .ilpps-about-v2__wrap {

    width: calc(100% - 30px);

    min-height: auto;

    padding:
      80px
      0
      65px;
  }


  .ilpps-about-v2__eyebrow {

    font-size: 8px;

    line-height: 1.5;
  }


  .ilpps-about-v2__content h1 {

    font-size:
      clamp(45px, 13vw, 65px);
  }


  .ilpps-about-v2__intro {

    margin-top: 26px;

    font-size: 13px;

    line-height: 1.75;
  }


  .ilpps-about-v2__btn {

    width: 100%;

    justify-content: space-between;
  }


  .ilpps-about-v2__side {

    padding:
      25px
      0
      0;

    border-left: 0;

    border-top:
      1px solid rgba(255,255,255,.20);
  }


  .ilpps-about-v2__side p {

    max-width: 360px;

    font-size: 17px;
  }


  .ilpps-about-v2__bottom {

    min-height: auto;

    padding:
      20px
      0;
  }


  .ilpps-about-v2__bottom-wrap {

    width: calc(100% - 30px);

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f6f67b *//* =========================================================
   ILPPS
   ABOUT PAGE
   SECTION 02 — WHO WE ARE / WHY WE EXIST
========================================================= */

.ilpps-who-v2,
.ilpps-who-v2 * {
  box-sizing: border-box;
}


.ilpps-who-v2 {

  --iw2-blue: #0b4c93;
  --iw2-blue-dark: #062f61;
  --iw2-blue-deep: #031f43;

  --iw2-green: #2b8d3e;
  --iw2-green-light: #83bd3f;

  --iw2-orange: #e86524;

  --iw2-dark: #102238;
  --iw2-text: #536170;
  --iw2-muted: #7c8791;

  --iw2-light: #f4f7f9;
  --iw2-border: #dfe6ea;

  width: 100%;

  overflow: hidden;

  background: #ffffff;

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   WRAPPER
========================================================= */

.ilpps-who-v2__wrap {

  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  padding:
    clamp(90px, 10vw, 140px)
    0;
}


/* =========================================================
   TOP
========================================================= */

.ilpps-who-v2__top {

  display: grid;

  grid-template-columns:
    .9fr 1.1fr;

  gap: clamp(60px, 8vw, 110px);

  align-items: center;

  margin-bottom:
    clamp(90px, 10vw, 130px);
}


/* =========================================================
   CONTENT
========================================================= */

.ilpps-who-v2__content {

  max-width: 590px;
}


.ilpps-who-v2__eyebrow {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 19px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .20em;

  text-transform: uppercase;

  color: var(--iw2-blue);
}


.ilpps-who-v2__eyebrow > span {

  width: 38px;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      var(--iw2-blue) 0 40%,
      var(--iw2-orange) 40% 65%,
      var(--iw2-green) 65% 100%
    );
}


/* TITLE */

.ilpps-who-v2__content h2 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(39px, 4.5vw, 61px);

  line-height: 1.04;

  letter-spacing: -.045em;

  font-weight: 800;

  color: var(--iw2-dark);
}


.ilpps-who-v2__content h2 span {

  display: block;

  color: var(--iw2-blue);
}


/* LEAD */

.ilpps-who-v2__lead {

  margin:
    27px
    0
    0;

  font-size: 15px;

  line-height: 1.85;

  color: var(--iw2-text);
}


/* =========================================================
   ESTABLISHED
========================================================= */

.ilpps-who-v2__established {

  display: grid;

  grid-template-columns:
    130px 1fr;

  gap: 27px;

  align-items: center;

  margin-top: 34px;

  padding-top: 28px;

  border-top:
    1px solid var(--iw2-border);
}


.ilpps-who-v2__year {

  padding-right: 25px;

  border-right:
    1px solid var(--iw2-border);
}


.ilpps-who-v2__year small {

  display: block;

  margin-bottom: 5px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .13em;

  text-transform: uppercase;

  color: var(--iw2-orange);
}


.ilpps-who-v2__year strong {

  display: block;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 34px;

  line-height: 1;

  letter-spacing: -.04em;

  color: var(--iw2-blue);
}


.ilpps-who-v2__established > p {

  margin: 0;

  font-size: 11px;

  line-height: 1.7;

  color: var(--iw2-muted);
}


/* =========================================================
   VISUAL
========================================================= */

.ilpps-who-v2__visual {

  position: relative;

  height: 520px;

  overflow: hidden;

  background: var(--iw2-blue-deep);
}


.ilpps-who-v2__visual img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform .7s ease;
}


.ilpps-who-v2__visual:hover img {

  transform: scale(1.035);
}


.ilpps-who-v2__visual-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(3,31,67,.91),
      rgba(3,31,67,.22) 55%,
      rgba(3,31,67,.03)
    );
}


/* IMAGE LABEL */

.ilpps-who-v2__visual-label {

  position: absolute;

  left: clamp(28px, 4vw, 45px);
  right: clamp(28px, 4vw, 45px);
  bottom: 37px;
}


.ilpps-who-v2__visual-label > span {

  display: block;

  margin-bottom: 9px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  color: #86c646;
}


.ilpps-who-v2__visual-label strong {

  display: block;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(27px, 3vw, 39px);

  line-height: 1.08;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-who-v2__visual-label em {

  display: block;

  font-style: normal;

  color: #ef7939;
}


/* =========================================================
   WHY WE EXIST
========================================================= */

.ilpps-who-v2__why {

  padding-top:
    clamp(65px, 7vw, 90px);

  border-top:
    1px solid var(--iw2-border);
}


/* =========================================================
   WHY HEADER
========================================================= */

.ilpps-who-v2__why-head {

  display: grid;

  grid-template-columns:
    1fr .55fr;

  gap: 70px;

  align-items: end;

  margin-bottom: 40px;
}


.ilpps-who-v2__why-label {

  display: block;

  margin-bottom: 11px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .19em;

  text-transform: uppercase;

  color: var(--iw2-orange);
}


.ilpps-who-v2__why-head h3 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(32px, 3.7vw, 49px);

  line-height: 1.07;

  letter-spacing: -.04em;

  color: var(--iw2-dark);
}


.ilpps-who-v2__why-head h3 strong {

  display: block;

  color: var(--iw2-blue);
}


.ilpps-who-v2__why-head > p {

  margin: 0;

  font-size: 11px;

  line-height: 1.8;

  color: var(--iw2-muted);
}


/* =========================================================
   CHALLENGE GRID
========================================================= */

.ilpps-who-v2__grid {

  display: grid;

  grid-template-columns:
    repeat(5, 1fr);

  border-top:
    1px solid var(--iw2-border);

  border-left:
    1px solid var(--iw2-border);
}


.ilpps-who-v2__item {

  min-height: 255px;

  padding:
    27px
    23px;

  background: #ffffff;

  border-right:
    1px solid var(--iw2-border);

  border-bottom:
    1px solid var(--iw2-border);

  transition:
    background .25s ease,
    transform .25s ease;
}


.ilpps-who-v2__item:hover {

  background: #f8fafb;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.ilpps-who-v2__item--feature {

  background:
    linear-gradient(
      145deg,
      var(--iw2-blue),
      var(--iw2-blue-dark)
    );
}


.ilpps-who-v2__item--feature:hover {

  background:
    linear-gradient(
      145deg,
      #1057a5,
      var(--iw2-blue-dark)
    );
}


/* =========================================================
   ITEM TOP
========================================================= */

.ilpps-who-v2__item-top {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 57px;
}


.ilpps-who-v2__item-top span {

  font-family: "Manrope", Arial, sans-serif;

  font-size: 9px;

  font-weight: 800;

  color: var(--iw2-orange);
}


.ilpps-who-v2__item-top i {

  font-size: 21px;

  color: var(--iw2-blue);
}


.ilpps-who-v2__item:nth-child(2)
.ilpps-who-v2__item-top i {

  color: var(--iw2-orange);
}


.ilpps-who-v2__item:nth-child(3)
.ilpps-who-v2__item-top i {

  color: var(--iw2-green);
}


.ilpps-who-v2__item:nth-child(4)
.ilpps-who-v2__item-top i {

  color: var(--iw2-blue);
}


.ilpps-who-v2__item--feature
.ilpps-who-v2__item-top i {

  color: #8ac94a;
}


/* =========================================================
   ITEM TEXT
========================================================= */

.ilpps-who-v2__item h4 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 16px;

  line-height: 1.25;

  letter-spacing: -.02em;

  color: var(--iw2-dark);
}


.ilpps-who-v2__item p {

  margin:
    12px
    0
    0;

  font-size: 10px;

  line-height: 1.7;

  color: var(--iw2-muted);
}


.ilpps-who-v2__item--feature h4 {

  color: #ffffff;
}


.ilpps-who-v2__item--feature p {

  color:
    rgba(255,255,255,.62);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .ilpps-who-v2__top {

    grid-template-columns: 1fr;

    gap: 55px;
  }


  .ilpps-who-v2__content {

    max-width: 720px;
  }


  .ilpps-who-v2__visual {

    max-width: 800px;
  }


  .ilpps-who-v2__grid {

    grid-template-columns:
      repeat(3, 1fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-who-v2__wrap {

    width: calc(100% - 30px);

    padding:
      75px
      0;
  }


  .ilpps-who-v2__content h2 {

    font-size: 38px;
  }


  .ilpps-who-v2__lead {

    font-size: 13px;
  }


  .ilpps-who-v2__established {

    grid-template-columns: 1fr;

    gap: 18px;
  }


  .ilpps-who-v2__year {

    padding:
      0
      0
      18px;

    border-right: 0;

    border-bottom:
      1px solid var(--iw2-border);
  }


  .ilpps-who-v2__visual {

    height: 460px;
  }


  .ilpps-who-v2__why-head {

    grid-template-columns: 1fr;

    gap: 20px;
  }


  .ilpps-who-v2__grid {

    grid-template-columns: 1fr;
  }


  .ilpps-who-v2__item {

    min-height: auto;

    padding: 24px;
  }


  .ilpps-who-v2__item-top {

    margin-bottom: 35px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69eb6cf *//* =========================================================
   ILPPS
   ABOUT PAGE
   SECTION 03 — VISION / MISSION / VALUES
========================================================= */

.ilpps-vmv-v2,
.ilpps-vmv-v2 * {
  box-sizing: border-box;
}


.ilpps-vmv-v2 {
  --iv2-blue: #0b4c93;
  --iv2-blue-dark: #062f61;
  --iv2-blue-deep: #031f43;

  --iv2-green: #2b8d3e;
  --iv2-green-light: #83bd3f;

  --iv2-orange: #e86524;

  --iv2-dark: #102238;
  --iv2-text: #536170;
  --iv2-muted: #7c8791;

  --iv2-light: #f4f7f9;
  --iv2-border: #dfe6ea;

  width: 100%;

  overflow: hidden;

  background: #ffffff;

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   WRAPPER
========================================================= */

.ilpps-vmv-v2__wrap {
  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  padding:
    clamp(90px, 10vw, 140px)
    0;
}


/* =========================================================
   HEADER
========================================================= */

.ilpps-vmv-v2__head {
  display: grid;

  grid-template-columns:
    1fr .55fr;

  gap: 70px;

  align-items: end;

  margin-bottom: 52px;
}


.ilpps-vmv-v2__eyebrow {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 17px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .20em;

  text-transform: uppercase;

  color: var(--iv2-blue);
}


.ilpps-vmv-v2__eyebrow > span {
  width: 38px;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      var(--iv2-blue) 0 40%,
      var(--iv2-orange) 40% 65%,
      var(--iv2-green) 65% 100%
    );
}


.ilpps-vmv-v2__head h2 {
  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(39px, 4.5vw, 61px);

  line-height: 1.04;

  letter-spacing: -.045em;

  font-weight: 800;

  color: var(--iv2-dark);
}


.ilpps-vmv-v2__head h2 span {
  display: block;

  color: var(--iv2-blue);
}


.ilpps-vmv-v2__head > p {
  margin: 0;

  padding-left: 27px;

  border-left:
    1px solid var(--iv2-border);

  font-size: 11px;

  line-height: 1.8;

  color: var(--iv2-muted);
}


/* =========================================================
   DIRECTION
========================================================= */

.ilpps-vmv-v2__direction {
  display: grid;

  grid-template-columns:
    .92fr 1.08fr;

  min-height: 555px;
}


/* =========================================================
   VISION
========================================================= */

.ilpps-vmv-v2__vision {
  position: relative;

  min-height: 555px;

  overflow: hidden;
}


.ilpps-vmv-v2__vision-bg {
  position: absolute;

  inset: 0;

  background-image:
    url("https://images.unsplash.com/photo-1586771107445-d3ca888129ff?auto=format&fit=crop&w=1400&q=90");

  background-size: cover;

  background-position: center;
}


.ilpps-vmv-v2__vision-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(3,31,67,.95),
      rgba(3,31,67,.54) 50%,
      rgba(3,31,67,.10)
    );
}


.ilpps-vmv-v2__vision-content {
  position: relative;

  z-index: 2;

  min-height: 555px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  padding:
    clamp(32px, 4vw, 50px);
}


.ilpps-vmv-v2__top {
  position: absolute;

  top: 32px;
  left: 38px;
  right: 38px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}


.ilpps-vmv-v2__top > span {
  font-family: "Manrope", Arial, sans-serif;

  font-size: 10px;

  font-weight: 800;

  color: rgba(255,255,255,.55);
}


.ilpps-vmv-v2__top i {
  width: 46px;
  height: 46px;

  display: grid;

  place-items: center;

  background: var(--iv2-orange);

  font-size: 18px;

  color: #ffffff;
}


.ilpps-vmv-v2__vision-content > small {
  display: block;

  margin-bottom: 11px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: #86c546;
}


.ilpps-vmv-v2__vision-content h3 {
  margin: 0;

  max-width: 530px;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(32px, 3.6vw, 47px);

  line-height: 1.06;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-vmv-v2__vision-content h3 strong {
  display: block;

  color: #ef7939;
}


.ilpps-vmv-v2__vision-content p {
  max-width: 520px;

  margin: 20px 0 0;

  font-size: 12px;

  line-height: 1.8;

  color: rgba(255,255,255,.68);
}


/* =========================================================
   MISSION
========================================================= */

.ilpps-vmv-v2__mission {
  padding:
    clamp(35px, 5vw, 58px);

  background: #f4f7f9;

  border-top:
    1px solid var(--iv2-border);

  border-right:
    1px solid var(--iv2-border);

  border-bottom:
    1px solid var(--iv2-border);
}


.ilpps-vmv-v2__mission-title {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  margin-bottom: 34px;
}


.ilpps-vmv-v2__mission-title span {
  display: block;

  margin-bottom: 6px;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 10px;

  font-weight: 800;

  color: var(--iv2-orange);
}


.ilpps-vmv-v2__mission-title small {
  font-size: 8px;

  font-weight: 800;

  letter-spacing: .15em;

  text-transform: uppercase;

  color: var(--iv2-muted);
}


.ilpps-vmv-v2__mission-title > i {
  font-size: 26px;

  color: var(--iv2-blue);
}


/* =========================================================
   MISSION GRID
========================================================= */

.ilpps-vmv-v2__mission-grid {
  border-top:
    1px solid var(--iv2-border);
}


.ilpps-vmv-v2__mission-item {
  min-height: 93px;

  display: grid;

  grid-template-columns:
    40px 1fr;

  gap: 18px;

  align-items: center;

  padding:
    17px
    0;

  border-bottom:
    1px solid var(--iv2-border);
}


.ilpps-vmv-v2__mission-item > span {
  font-family: "Manrope", Arial, sans-serif;

  font-size: 9px;

  font-weight: 800;

  color: var(--iv2-orange);
}


.ilpps-vmv-v2__mission-item strong {
  display: block;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 13px;

  color: var(--iv2-dark);
}


.ilpps-vmv-v2__mission-item p {
  margin: 5px 0 0;

  font-size: 10px;

  line-height: 1.6;

  color: var(--iv2-muted);
}


/* =========================================================
   VALUES
========================================================= */

.ilpps-vmv-v2__values {
  background: var(--iv2-blue-deep);

  border-top:
    5px solid var(--iv2-orange);
}


.ilpps-vmv-v2__values-wrap {
  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    .85fr repeat(3, 1fr);
}


/* =========================================================
   VALUES INTRO
========================================================= */

.ilpps-vmv-v2__values-intro {
  min-height: 355px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding:
    40px
    clamp(25px, 4vw, 50px)
    40px
    0;

  border-right:
    1px solid rgba(255,255,255,.12);
}


.ilpps-vmv-v2__values-intro > span {
  display: block;

  margin-bottom: 13px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: #84c344;
}


.ilpps-vmv-v2__values-intro h3 {
  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(29px, 3vw, 40px);

  line-height: 1.07;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-vmv-v2__values-intro h3 strong {
  display: block;

  color: #ef7939;
}


.ilpps-vmv-v2__values-intro p {
  max-width: 300px;

  margin: 17px 0 0;

  font-size: 10px;

  line-height: 1.75;

  color: rgba(255,255,255,.52);
}


/* =========================================================
   VALUE ITEMS
========================================================= */

.ilpps-vmv-v2__value {
  min-height: 355px;

  padding:
    37px
    clamp(24px, 3vw, 35px);

  border-right:
    1px solid rgba(255,255,255,.12);

  transition:
    background .25s ease;
}


.ilpps-vmv-v2__value:last-child {
  border-right: 0;
}


.ilpps-vmv-v2__value:hover {
  background:
    rgba(255,255,255,.035);
}


.ilpps-vmv-v2__value-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 65px;
}


.ilpps-vmv-v2__value-top > span {
  font-family: "Manrope", Arial, sans-serif;

  font-size: 9px;

  font-weight: 800;

  color: rgba(255,255,255,.38);
}


.ilpps-vmv-v2__value-top i {
  font-size: 21px;
}


.ilpps-vmv-v2__value--learn
.ilpps-vmv-v2__value-top i {
  color: #65a4e8;
}


.ilpps-vmv-v2__value--lead
.ilpps-vmv-v2__value-top i {
  color: var(--iv2-orange);
}


.ilpps-vmv-v2__value--earn
.ilpps-vmv-v2__value-top i {
  color: #84c344;
}


/* VALUE TITLE */

.ilpps-vmv-v2__value h4 {
  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 31px;

  line-height: 1;

  letter-spacing: -.04em;
}


.ilpps-vmv-v2__value--learn h4 {
  color: #66a4e8;
}


.ilpps-vmv-v2__value--lead h4 {
  color: var(--iv2-orange);
}


.ilpps-vmv-v2__value--earn h4 {
  color: #84c344;
}


.ilpps-vmv-v2__value > strong {
  display: block;

  margin-top: 10px;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 12px;

  color: #ffffff;
}


.ilpps-vmv-v2__value > p {
  margin: 19px 0 0;

  font-size: 10px;

  line-height: 1.75;

  color: rgba(255,255,255,.57);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .ilpps-vmv-v2__direction {
    grid-template-columns: 1fr;
  }


  .ilpps-vmv-v2__mission {
    border-left:
      1px solid var(--iv2-border);
  }


  .ilpps-vmv-v2__values-wrap {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .ilpps-vmv-v2__values-intro {
    padding-left: 35px;

    border-bottom:
      1px solid rgba(255,255,255,.12);
  }


  .ilpps-vmv-v2__value {
    border-bottom:
      1px solid rgba(255,255,255,.12);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-vmv-v2__wrap {
    width: calc(100% - 30px);

    padding:
      75px
      0;
  }


  .ilpps-vmv-v2__head {
    grid-template-columns: 1fr;

    gap: 24px;
  }


  .ilpps-vmv-v2__head h2 {
    font-size: 38px;
  }


  .ilpps-vmv-v2__head > p {
    padding:
      20px
      0
      0;

    border-left: 0;

    border-top:
      1px solid var(--iv2-border);
  }


  .ilpps-vmv-v2__vision,
  .ilpps-vmv-v2__vision-content {
    min-height: 500px;
  }


  .ilpps-vmv-v2__mission {
    padding:
      35px
      20px;
  }


  .ilpps-vmv-v2__values-wrap {
    width: calc(100% - 30px);

    grid-template-columns: 1fr;
  }


  .ilpps-vmv-v2__values-intro,
  .ilpps-vmv-v2__value {
    min-height: auto;

    padding:
      45px
      0;

    border-right: 0;

    border-bottom:
      1px solid rgba(255,255,255,.12);
  }


  .ilpps-vmv-v2__value:last-child {
    border-bottom: 0;
  }


  .ilpps-vmv-v2__value-top {
    margin-bottom: 40px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fca0d18 *//* =========================================================
   ILPPS
   ABOUT PAGE
   SECTION 04 — EDUCATION PHILOSOPHY
========================================================= */

.ilpps-edu-v2,
.ilpps-edu-v2 * {
  box-sizing: border-box;
}


.ilpps-edu-v2 {

  --ie2-blue: #0b4c93;
  --ie2-blue-dark: #062f61;
  --ie2-blue-deep: #031f43;

  --ie2-green: #2b8d3e;
  --ie2-green-light: #83bd3f;

  --ie2-orange: #e86524;

  --ie2-dark: #102238;
  --ie2-text: #536170;
  --ie2-muted: #7c8791;

  --ie2-light: #f4f7f9;
  --ie2-border: #dfe6ea;

  width: 100%;

  overflow: hidden;

  background: #ffffff;

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   WRAP
========================================================= */

.ilpps-edu-v2__wrap {

  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  padding:
    clamp(90px, 10vw, 135px)
    0;
}


/* =========================================================
   INTRO
========================================================= */

.ilpps-edu-v2__intro {

  display: grid;

  grid-template-columns:
    1fr .72fr;

  gap: clamp(60px, 8vw, 110px);

  align-items: end;

  margin-bottom: 55px;
}


/* EYEBROW */

.ilpps-edu-v2__eyebrow {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 17px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .20em;

  text-transform: uppercase;

  color: var(--ie2-blue);
}


.ilpps-edu-v2__eyebrow > span {

  width: 38px;
  height: 3px;

  flex: 0 0 auto;

  background:
    linear-gradient(
      90deg,
      var(--ie2-blue) 0 40%,
      var(--ie2-orange) 40% 65%,
      var(--ie2-green) 65% 100%
    );
}


/* TITLE */

.ilpps-edu-v2__intro h2 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(39px, 4.5vw, 61px);

  line-height: 1.04;

  letter-spacing: -.045em;

  font-weight: 800;

  color: var(--ie2-dark);
}


.ilpps-edu-v2__intro h2 span {

  display: block;

  color: var(--ie2-blue);
}


/* =========================================================
   STATEMENT
========================================================= */

.ilpps-edu-v2__statement {

  position: relative;

  padding:
    9px
    0
    5px
    38px;

  border-left:
    2px solid var(--ie2-orange);
}


.ilpps-edu-v2__quote {

  position: absolute;

  top: -28px;
  left: 27px;

  font-family: Georgia, serif;

  font-size: 70px;

  line-height: 1;

  color: rgba(11,76,147,.10);
}


.ilpps-edu-v2__statement p {

  position: relative;

  z-index: 2;

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 16px;

  line-height: 1.75;

  font-weight: 600;

  letter-spacing: -.015em;

  color: #33475b;
}


/* =========================================================
   MAIN
========================================================= */

.ilpps-edu-v2__main {

  display: grid;

  grid-template-columns:
    .82fr 1.18fr;

  min-height: 640px;
}


/* =========================================================
   VISUAL
========================================================= */

.ilpps-edu-v2__visual {

  position: relative;

  min-height: 640px;

  overflow: hidden;

  background: var(--ie2-blue-deep);
}


.ilpps-edu-v2__visual img {

  width: 100%;
  height: 100%;

  position: absolute;

  inset: 0;

  display: block;

  object-fit: cover;

  transition:
    transform .7s ease;
}


.ilpps-edu-v2__visual:hover img {

  transform: scale(1.035);
}


.ilpps-edu-v2__visual-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(3,31,67,.96) 0%,
      rgba(3,31,67,.66) 43%,
      rgba(3,31,67,.13) 78%
    );
}


/* VISUAL CONTENT */

.ilpps-edu-v2__visual-content {

  position: absolute;

  z-index: 3;

  left: clamp(28px, 4vw, 48px);
  right: clamp(28px, 4vw, 48px);
  bottom: 45px;
}


.ilpps-edu-v2__visual-content > span {

  display: block;

  margin-bottom: 11px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: #87c747;
}


.ilpps-edu-v2__visual-content h3 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(30px, 3.5vw, 46px);

  line-height: 1.06;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-edu-v2__visual-content h3 strong {

  display: block;

  color: #f07a39;
}


.ilpps-edu-v2__visual-content p {

  max-width: 400px;

  margin:
    17px
    0
    0;

  font-size: 11px;

  line-height: 1.75;

  color: rgba(255,255,255,.63);
}


/* =========================================================
   ATTRIBUTES
========================================================= */

.ilpps-edu-v2__attributes {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  border-top:
    1px solid var(--ie2-border);

  border-left:
    1px solid var(--ie2-border);
}


/* =========================================================
   ATTRIBUTE
========================================================= */

.ilpps-edu-v2__attribute {

  min-height: 160px;

  padding:
    22px
    24px;

  background: #ffffff;

  border-right:
    1px solid var(--ie2-border);

  border-bottom:
    1px solid var(--ie2-border);

  transition:
    background .25s ease;
}


.ilpps-edu-v2__attribute:hover {

  background: #f8fafb;
}


/* TOP */

.ilpps-edu-v2__attribute-top {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 18px;
}


.ilpps-edu-v2__attribute-top > span {

  font-family: "Manrope", Arial, sans-serif;

  font-size: 8px;

  font-weight: 800;

  color: var(--ie2-orange);
}


/* ICON */

.ilpps-edu-v2__icon {

  width: 34px;
  height: 34px;

  display: grid;

  place-items: center;

  background: #edf3fa;

  font-size: 13px;

  color: var(--ie2-blue);
}


.ilpps-edu-v2__attribute:nth-child(2)
.ilpps-edu-v2__icon,

.ilpps-edu-v2__attribute:nth-child(5)
.ilpps-edu-v2__icon {

  background: #eef7ef;

  color: var(--ie2-green);
}


.ilpps-edu-v2__attribute:nth-child(3)
.ilpps-edu-v2__icon,

.ilpps-edu-v2__attribute:nth-child(6)
.ilpps-edu-v2__icon {

  background: #fff1e9;

  color: var(--ie2-orange);
}


/* TITLE */

.ilpps-edu-v2__attribute h4 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 14px;

  line-height: 1.25;

  letter-spacing: -.015em;

  color: var(--ie2-dark);
}


/* TEXT */

.ilpps-edu-v2__attribute p {

  margin:
    7px
    0
    0;

  font-size: 9px;

  line-height: 1.65;

  color: var(--ie2-muted);
}


/* =========================================================
   FEATURE / SUSTAINABILITY
========================================================= */

.ilpps-edu-v2__attribute--green {

  grid-column: 1 / -1;

  min-height: 160px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  background:
    linear-gradient(
      135deg,
      var(--ie2-green),
      #176d32
    );
}


.ilpps-edu-v2__attribute--green:hover {

  background:
    linear-gradient(
      135deg,
      #319948,
      #176d32
    );
}


.ilpps-edu-v2__attribute--green
.ilpps-edu-v2__attribute-top {

  margin-bottom: 13px;
}


.ilpps-edu-v2__attribute--green
.ilpps-edu-v2__attribute-top > span {

  color: rgba(255,255,255,.60);
}


.ilpps-edu-v2__attribute--green
.ilpps-edu-v2__icon {

  background: rgba(255,255,255,.13);

  color: #ffffff;
}


.ilpps-edu-v2__attribute--green h4 {

  color: #ffffff;
}


.ilpps-edu-v2__attribute--green p {

  max-width: 520px;

  color: rgba(255,255,255,.70);
}


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.ilpps-edu-v2__bottom {

  background: var(--ie2-blue-deep);
}


.ilpps-edu-v2__bottom-wrap {

  width: min(1280px, calc(100% - 50px));

  min-height: 210px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    .35fr 1fr;

  gap: 65px;

  align-items: center;
}


.ilpps-edu-v2__bottom-wrap > span {

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .17em;

  text-transform: uppercase;

  color: #83c343;
}


.ilpps-edu-v2__bottom-wrap h3 {

  margin: 0;

  padding-left: 45px;

  border-left:
    1px solid rgba(255,255,255,.15);

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(25px, 3vw, 39px);

  line-height: 1.15;

  letter-spacing: -.035em;

  color: #ffffff;
}


.ilpps-edu-v2__bottom-wrap h3 strong {

  display: block;

  color: #ef7939;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .ilpps-edu-v2__main {

    grid-template-columns: 1fr;
  }


  .ilpps-edu-v2__visual {

    min-height: 530px;
  }


  .ilpps-edu-v2__attributes {

    grid-template-columns:
      repeat(2, 1fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-edu-v2__wrap {

    width: calc(100% - 30px);

    padding:
      75px
      0;
  }


  .ilpps-edu-v2__intro {

    grid-template-columns: 1fr;

    gap: 38px;

    margin-bottom: 40px;
  }


  .ilpps-edu-v2__intro h2 {

    font-size: 38px;
  }


  .ilpps-edu-v2__statement {

    padding-left: 23px;
  }


  .ilpps-edu-v2__statement p {

    font-size: 14px;
  }


  .ilpps-edu-v2__visual {

    min-height: 480px;
  }


  .ilpps-edu-v2__attributes {

    grid-template-columns: 1fr;
  }


  .ilpps-edu-v2__attribute,
  .ilpps-edu-v2__attribute--green {

    grid-column: auto;

    min-height: auto;

    padding:
      25px
      22px;
  }


  .ilpps-edu-v2__bottom-wrap {

    width: calc(100% - 30px);

    grid-template-columns: 1fr;

    gap: 22px;

    padding:
      45px
      0;
  }


  .ilpps-edu-v2__bottom-wrap h3 {

    padding:
      22px
      0
      0;

    border-left: 0;

    border-top:
      1px solid rgba(255,255,255,.15);
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca7bcbc *//* =========================================================
   ILPPS
   ABOUT PAGE
   SECTION 05 — OBJECTIVES
========================================================= */

.ilpps-objectives,
.ilpps-objectives * {
  box-sizing: border-box;
}

.ilpps-objectives {
  --io-blue: #0b4c93;
  --io-blue-dark: #062f61;
  --io-blue-deep: #031f43;

  --io-green: #2b8d3e;
  --io-green-light: #83bd3f;

  --io-orange: #e86524;

  --io-dark: #102238;
  --io-text: #536170;
  --io-muted: #7c8791;

  --io-light: #f4f7f9;
  --io-border: #dfe6ea;

  width: 100%;
  overflow: hidden;

  background: #f4f7f9;

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   WRAP
========================================================= */

.ilpps-objectives__wrap {
  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  padding:
    clamp(90px, 10vw, 140px)
    0;
}


/* =========================================================
   HEADER
========================================================= */

.ilpps-objectives__head {
  display: grid;

  grid-template-columns:
    1fr .55fr;

  gap: 70px;

  align-items: end;

  margin-bottom: 50px;
}

.ilpps-objectives__eyebrow {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 17px;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .20em;
  text-transform: uppercase;

  color: var(--io-blue);
}

.ilpps-objectives__eyebrow > span {
  width: 38px;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      var(--io-blue) 0 40%,
      var(--io-orange) 40% 65%,
      var(--io-green) 65% 100%
    );
}

.ilpps-objectives__head h2 {
  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(39px, 4.5vw, 61px);

  line-height: 1.04;

  letter-spacing: -.045em;

  font-weight: 800;

  color: var(--io-dark);
}

.ilpps-objectives__head h2 span {
  display: block;

  color: var(--io-blue);
}

.ilpps-objectives__head > p {
  margin: 0;

  padding-left: 27px;

  border-left:
    1px solid var(--io-border);

  font-size: 11px;
  line-height: 1.8;

  color: var(--io-muted);
}


/* =========================================================
   GRID
========================================================= */

.ilpps-objectives__grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  border-top:
    1px solid var(--io-border);

  border-left:
    1px solid var(--io-border);
}


/* =========================================================
   CARD
========================================================= */

.ilpps-objective {
  position: relative;

  min-height: 330px;

  padding:
    30px
    28px;

  background: #ffffff;

  border-right:
    1px solid var(--io-border);

  border-bottom:
    1px solid var(--io-border);

  transition:
    background .25s ease;
}

.ilpps-objective:hover {
  background: #fafbfc;
}


/* =========================================================
   TOP
========================================================= */

.ilpps-objective__top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 55px;
}

.ilpps-objective__top > span {
  font-family: "Manrope", Arial, sans-serif;

  font-size: 9px;
  font-weight: 800;

  color: var(--io-orange);
}

.ilpps-objective__icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  background: #edf3fa;

  font-size: 18px;

  color: var(--io-blue);
}


/* alternate brand colours */

.ilpps-objective:nth-child(2)
.ilpps-objective__icon,

.ilpps-objective:nth-child(5)
.ilpps-objective__icon {
  background: #edf7ef;

  color: var(--io-green);
}

.ilpps-objective:nth-child(3)
.ilpps-objective__icon,

.ilpps-objective:nth-child(4)
.ilpps-objective__icon {
  background: #fff1e9;

  color: var(--io-orange);
}


/* =========================================================
   TEXT
========================================================= */

.ilpps-objective > small {
  display: block;

  margin-bottom: 8px;

  font-size: 8px;
  font-weight: 800;

  letter-spacing: .13em;
  text-transform: uppercase;

  color: var(--io-muted);
}

.ilpps-objective h3 {
  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(19px, 2vw, 25px);

  line-height: 1.15;

  letter-spacing: -.03em;

  color: var(--io-dark);
}

.ilpps-objective h3 strong {
  display: block;

  margin-top: 3px;

  color: var(--io-blue);
}

.ilpps-objective p {
  max-width: 320px;

  margin: 17px 0 0;

  font-size: 10px;
  line-height: 1.75;

  color: var(--io-muted);
}


/* =========================================================
   FEATURE CARD
========================================================= */

.ilpps-objective--feature {
  background:
    linear-gradient(
      145deg,
      var(--io-blue),
      var(--io-blue-dark)
    );
}

.ilpps-objective--feature:hover {
  background:
    linear-gradient(
      145deg,
      #1057a5,
      var(--io-blue-dark)
    );
}

.ilpps-objective--feature
.ilpps-objective__top > span {
  color: #f28a51;
}

.ilpps-objective--feature
.ilpps-objective__icon {
  background:
    rgba(255,255,255,.12);

  color: #87c747;
}

.ilpps-objective--feature > small {
  color:
    rgba(255,255,255,.50);
}

.ilpps-objective--feature h3 {
  color: #ffffff;
}

.ilpps-objective--feature h3 strong {
  color: #8ac94a;
}

.ilpps-objective--feature p {
  color:
    rgba(255,255,255,.66);
}


/* =========================================================
   BOTTOM
========================================================= */

.ilpps-objectives__bottom {
  background: var(--io-blue-deep);

  border-top:
    5px solid var(--io-orange);
}

.ilpps-objectives__bottom-wrap {
  width: min(1280px, calc(100% - 50px));

  min-height: 230px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1fr 1px .55fr;

  gap: clamp(35px, 5vw, 70px);

  align-items: center;
}

.ilpps-objectives__bottom span {
  display: block;

  margin-bottom: 10px;

  font-size: 8px;
  font-weight: 800;

  letter-spacing: .17em;
  text-transform: uppercase;

  color: #83c343;
}

.ilpps-objectives__bottom h3 {
  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(27px, 3.3vw, 43px);

  line-height: 1.1;

  letter-spacing: -.04em;

  color: #ffffff;
}

.ilpps-objectives__bottom h3 strong {
  display: block;

  color: #ef7939;
}

.ilpps-objectives__bottom-line {
  width: 1px;
  height: 90px;

  background:
    rgba(255,255,255,.16);
}

.ilpps-objectives__bottom p {
  margin: 0;

  max-width: 340px;

  font-size: 11px;
  line-height: 1.8;

  color:
    rgba(255,255,255,.62);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .ilpps-objectives__grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-objectives__wrap {
    width: calc(100% - 30px);

    padding:
      75px
      0;
  }

  .ilpps-objectives__head {
    grid-template-columns: 1fr;

    gap: 25px;
  }

  .ilpps-objectives__head h2 {
    font-size: 38px;
  }

  .ilpps-objectives__head > p {
    padding:
      20px
      0
      0;

    border-left: 0;

    border-top:
      1px solid var(--io-border);
  }

  .ilpps-objectives__grid {
    grid-template-columns: 1fr;
  }

  .ilpps-objective {
    min-height: auto;

    padding:
      27px
      23px;
  }

  .ilpps-objective__top {
    margin-bottom: 37px;
  }

  .ilpps-objectives__bottom-wrap {
    width: calc(100% - 30px);

    grid-template-columns: 1fr;

    gap: 25px;

    padding:
      50px
      0;
  }

  .ilpps-objectives__bottom-line {
    width: 100%;
    height: 1px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26e468b *//* =========================================================
   ILPPS
   ABOUT PAGE
   SECTION 06 — INSTITUTIONAL COLLABORATION
========================================================= */

.ilpps-collab-v2,
.ilpps-collab-v2 * {
  box-sizing: border-box;
}


.ilpps-collab-v2 {

  --ic2-blue: #0b4c93;
  --ic2-blue-dark: #062f61;
  --ic2-blue-deep: #031f43;

  --ic2-green: #2b8d3e;
  --ic2-green-light: #83bd3f;

  --ic2-orange: #e86524;

  --ic2-dark: #102238;
  --ic2-text: #536170;
  --ic2-muted: #7c8791;

  --ic2-light: #f4f7f9;
  --ic2-border: #dfe6ea;

  width: 100%;

  overflow: hidden;

  background: #ffffff;

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   WRAPPER
========================================================= */

.ilpps-collab-v2__wrap {

  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  padding:
    clamp(90px, 10vw, 140px)
    0;
}


/* =========================================================
   HEADER
========================================================= */

.ilpps-collab-v2__head {

  display: grid;

  grid-template-columns:
    1fr .55fr;

  gap: 70px;

  align-items: end;

  margin-bottom: 50px;
}


/* EYEBROW */

.ilpps-collab-v2__eyebrow {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 17px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .20em;

  text-transform: uppercase;

  color: var(--ic2-blue);
}


.ilpps-collab-v2__eyebrow > span {

  width: 38px;
  height: 3px;

  flex: 0 0 auto;

  background:
    linear-gradient(
      90deg,
      var(--ic2-blue) 0 40%,
      var(--ic2-orange) 40% 65%,
      var(--ic2-green) 65% 100%
    );
}


/* TITLE */

.ilpps-collab-v2__head h2 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(39px, 4.5vw, 61px);

  line-height: 1.04;

  letter-spacing: -.045em;

  font-weight: 800;

  color: var(--ic2-dark);
}


.ilpps-collab-v2__head h2 span {

  display: block;

  color: var(--ic2-blue);
}


.ilpps-collab-v2__head > p {

  margin: 0;

  padding-left: 27px;

  border-left:
    1px solid var(--ic2-border);

  font-size: 11px;

  line-height: 1.8;

  color: var(--ic2-muted);
}


/* =========================================================
   MAIN
========================================================= */

.ilpps-collab-v2__main {

  display: grid;

  grid-template-columns:
    .82fr 1.18fr;

  min-height: 570px;
}


/* =========================================================
   VISUAL
========================================================= */

.ilpps-collab-v2__visual {

  position: relative;

  min-height: 570px;

  overflow: hidden;

  background: var(--ic2-blue-deep);
}


.ilpps-collab-v2__visual img {

  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform .7s ease;
}


.ilpps-collab-v2__visual:hover img {

  transform: scale(1.035);
}


.ilpps-collab-v2__visual-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(3,31,67,.95),
      rgba(3,31,67,.47) 50%,
      rgba(3,31,67,.08)
    );
}


.ilpps-collab-v2__visual-content {

  position: absolute;

  z-index: 3;

  left: clamp(28px, 4vw, 48px);
  right: clamp(28px, 4vw, 48px);
  bottom: 43px;
}


.ilpps-collab-v2__visual-content > span {

  display: block;

  margin-bottom: 11px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: #85c546;
}


.ilpps-collab-v2__visual-content h3 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(30px, 3.4vw, 44px);

  line-height: 1.06;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-collab-v2__visual-content h3 strong {

  display: block;

  color: #ef7939;
}


/* =========================================================
   GROUPS
========================================================= */

.ilpps-collab-v2__groups {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  border-top:
    1px solid var(--ic2-border);

  border-left:
    1px solid var(--ic2-border);
}


/* GROUP */

.ilpps-collab-v2__group {

  min-height: 285px;

  padding:
    27px;

  background: #ffffff;

  border-right:
    1px solid var(--ic2-border);

  border-bottom:
    1px solid var(--ic2-border);

  transition:
    background .25s ease;
}


.ilpps-collab-v2__group:hover {

  background: #f8fafb;
}


/* GROUP TOP */

.ilpps-collab-v2__group-top {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 48px;
}


.ilpps-collab-v2__group-top > span {

  font-family: "Manrope", Arial, sans-serif;

  font-size: 9px;

  font-weight: 800;

  color: var(--ic2-orange);
}


.ilpps-collab-v2__icon {

  width: 43px;
  height: 43px;

  display: grid;

  place-items: center;

  background: #edf3fa;

  font-size: 17px;

  color: var(--ic2-blue);
}


.ilpps-collab-v2__group:nth-child(2)
.ilpps-collab-v2__icon {

  background: #edf7ef;

  color: var(--ic2-green);
}


.ilpps-collab-v2__group:nth-child(3)
.ilpps-collab-v2__icon {

  background: #fff1e9;

  color: var(--ic2-orange);
}


/* TEXT */

.ilpps-collab-v2__group > small {

  display: block;

  margin-bottom: 7px;

  font-size: 7px;

  font-weight: 800;

  letter-spacing: .13em;

  text-transform: uppercase;

  color: var(--ic2-muted);
}


.ilpps-collab-v2__group h3 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 17px;

  line-height: 1.3;

  color: var(--ic2-dark);
}


.ilpps-collab-v2__group p {

  max-width: 290px;

  margin:
    11px
    0
    0;

  font-size: 10px;

  line-height: 1.7;

  color: var(--ic2-muted);
}


/* =========================================================
   AREAS
========================================================= */

.ilpps-collab-v2__areas {

  background: var(--ic2-blue-deep);

  border-top:
    5px solid var(--ic2-orange);
}


.ilpps-collab-v2__areas-wrap {

  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1.05fr repeat(4, .8fr);
}


/* =========================================================
   AREAS INTRO
========================================================= */

.ilpps-collab-v2__areas-intro {

  min-height: 265px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding-right:
    clamp(30px, 4vw, 55px);

  border-right:
    1px solid rgba(255,255,255,.12);
}


.ilpps-collab-v2__areas-intro > span {

  display: block;

  margin-bottom: 11px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: #83c343;
}


.ilpps-collab-v2__areas-intro h3 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(27px, 3vw, 38px);

  line-height: 1.08;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-collab-v2__areas-intro h3 strong {

  display: block;

  color: #ef7939;
}


/* =========================================================
   AREA
========================================================= */

.ilpps-collab-v2__area {

  min-height: 265px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding:
    28px;

  border-right:
    1px solid rgba(255,255,255,.12);
}


.ilpps-collab-v2__area:last-child {

  border-right: 0;
}


.ilpps-collab-v2__area > span {

  margin-bottom: 25px;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 8px;

  font-weight: 800;

  color: rgba(255,255,255,.36);
}


.ilpps-collab-v2__area i {

  margin-bottom: 17px;

  font-size: 19px;

  color: #67a4e6;
}


.ilpps-collab-v2__area:nth-child(3) i {

  color: #83c343;
}


.ilpps-collab-v2__area:nth-child(4) i {

  color: #ef7939;
}


.ilpps-collab-v2__area strong {

  display: block;

  font-family: "Manrope", Arial, sans-serif;

  font-size: 11px;

  line-height: 1.4;

  color: #ffffff;
}


.ilpps-collab-v2__area p {

  margin:
    8px
    0
    0;

  font-size: 9px;

  line-height: 1.65;

  color: rgba(255,255,255,.49);
}


/* =========================================================
   CTA
========================================================= */

.ilpps-collab-v2__cta {

  background: #f4f7f9;

  border-bottom:
    1px solid var(--ic2-border);
}


.ilpps-collab-v2__cta-wrap {

  width: min(1280px, calc(100% - 50px));

  min-height: 220px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;
}


.ilpps-collab-v2__cta-wrap > div > span {

  display: block;

  margin-bottom: 10px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: var(--ic2-orange);
}


.ilpps-collab-v2__cta h3 {

  margin: 0;

  font-family: "Manrope", Arial, sans-serif;

  font-size:
    clamp(28px, 3.3vw, 43px);

  line-height: 1.08;

  letter-spacing: -.04em;

  color: var(--ic2-dark);
}


.ilpps-collab-v2__cta h3 strong {

  display: block;

  color: var(--ic2-blue);
}


/* =========================================================
   CTA BUTTON
========================================================= */

.ilpps-collab-v2__button {

  flex: 0 0 auto;

  min-height: 56px;

  display: inline-flex;

  align-items: center;

  gap: 20px;

  padding:
    5px
    6px
    5px
    23px;

  border-radius: 999px;

  background: var(--ic2-blue);

  text-decoration: none;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .04em;

  text-transform: uppercase;

  color: #ffffff;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}


.ilpps-collab-v2__button i {

  width: 44px;
  height: 44px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background: var(--ic2-orange);

  color: #ffffff;

  transition:
    transform .25s ease;
}


.ilpps-collab-v2__button:hover {

  transform: translateY(-3px);

  box-shadow:
    0 16px 30px rgba(11,76,147,.18);
}


.ilpps-collab-v2__button:hover i {

  transform: translateX(2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .ilpps-collab-v2__main {

    grid-template-columns: 1fr;
  }


  .ilpps-collab-v2__visual {

    min-height: 500px;
  }


  .ilpps-collab-v2__areas-wrap {

    grid-template-columns:
      repeat(2, 1fr);
  }


  .ilpps-collab-v2__areas-intro {

    grid-column: 1 / -1;

    padding:
      45px
      0;

    border-right: 0;

    border-bottom:
      1px solid rgba(255,255,255,.12);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-collab-v2__wrap {

    width: calc(100% - 30px);

    padding:
      75px
      0;
  }


  .ilpps-collab-v2__head {

    grid-template-columns: 1fr;

    gap: 25px;
  }


  .ilpps-collab-v2__head h2 {

    font-size: 38px;
  }


  .ilpps-collab-v2__head > p {

    padding:
      20px
      0
      0;

    border-left: 0;

    border-top:
      1px solid var(--ic2-border);
  }


  .ilpps-collab-v2__visual {

    min-height: 450px;
  }


  .ilpps-collab-v2__groups {

    grid-template-columns: 1fr;
  }


  .ilpps-collab-v2__group {

    min-height: auto;

    padding:
      26px
      22px;
  }


  .ilpps-collab-v2__group-top {

    margin-bottom: 35px;
  }


  .ilpps-collab-v2__areas-wrap {

    width: calc(100% - 30px);

    grid-template-columns: 1fr;
  }


  .ilpps-collab-v2__area {

    min-height: auto;

    padding:
      35px
      0;

    border-right: 0;

    border-bottom:
      1px solid rgba(255,255,255,.12);
  }


  .ilpps-collab-v2__cta-wrap {

    width: calc(100% - 30px);

    min-height: auto;

    padding:
      55px
      0;

    flex-direction: column;

    align-items: flex-start;

    gap: 30px;
  }


  .ilpps-collab-v2__button {

    width: 100%;

    justify-content: space-between;
  }

}/* End custom CSS */