<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.it-sidebar{
  box-shadow: var(--shadow-md);
  -webkit-box-shadow: var(--shadow-md);
  border-radius: var(--bradius16);
  padding: 15px;
  background: var(--white);
}
.it-sidebar .nav-link{
  color: var(--blk140);
  line-height: 1.2;
  border-radius: var(--bradius6);
  margin-bottom: 2px;
  position: relative;
}
.it-sidebar .nav-link:hover, .it-sidebar .nav-link:focus, .it-sidebar .nav-link.active{
  background: var(--theme);
  color: var(--white) !important;
}
.infinite-photo-grid {
  width: 100%;
  height: 100%;
  height: 400px;
  background-image: url(../img/corporatePhotos/2025/photo-grid.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: scroll 50s linear infinite;
  -webkit-animation: scroll 50s linear infinite;
  will-change: background-position;
  margin-top: 0;
}
.ci-timeline .timeline::before{
  background-color: var(--theme);
  width: 2px;
  top: 45px;
}
.ci-card{
  background: var(--white);
  box-shadow: var(--shadow-md);
  -webkit-box-shadow: var(--shadow-md);
  border-radius: var(--bradius16);
  padding: 20px;
}
.ci-timeline{
  padding-top: 40px;
}
.ci-timeline .timeline &gt; li{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.ci-timeline .timeline-img {
  height: 200px;
  width: 200px;
  overflow: hidden;
  transform: rotate(-45deg) skew(2deg);
  -webkit-transform: rotate(45deg) skew(2deg);
  border-radius: var(--bradius16);
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,cae1f1+100 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(202,225,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.ci-timeline .timeline-img img {
  transform: rotate(-45deg) scale(1.5);
  -webkit-transform: rotate(-45deg) scale(1.5);
  height: 100%;
  object-fit: cover;
}
.ci-timeline .timeline-img .img-noscale{
  object-fit: contain;
  transform: rotate(-45deg) scale(1);
}
.ci-timeline .ci-timeline-img::before{
  position: absolute;
  content: '';
  border: 2px solid #0B5583;
  content: '';
  left: 20%;
  right: 0;
  top: 20px;
  bottom: 0;
  display: block;
  z-index: 0;
  height: 200px;
  width: 200px;
  border-radius: 16px;
  transform: rotate(-48deg) skew(-2deg);
  -webkit-transform: rotate(-48deg) skew(-2deg);
}
.ci-timeline .timeline h4::after {
  content: '';
  height: 20px;
  width: 20px;
  border: 2px solid var(--theme);
  border-radius: 20px;
  margin: 0 auto;
  position: absolute;
  left: -23.5px;
  background: var(--white);
  top: 30px;
/*  box-shadow: 0px 0px 0px 4px var(--white);
  -webkit-box-shadow: 0px 0px 0px 4px var(--white);*/
}
.ci-timeline .timeline .timeline-right-panel h4::after {
  left: auto;
  right: -22.5px;
}
.timeline-logo{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}

.it-sidebar .acc-nav{
  border: 1px solid #DADFE4;
  border-radius: var(--bradius6);
}
.it-sidebar .nav-item{
  display: block;
}
.it-nav .dropdown-toggle::after {
  position: absolute;
  content: '\f106';
  font-family: FontAwesome;
  display: block;
  border: none;
  margin: 0;
  top: 8px;
  right: 10px;
  width: 10px;
  height: 12px;
  line-height: 1;
}
.it-nav .dropdown-toggle.collapsed::after{
  content: '\f107';
}
.search-group{
  position: relative;
}
.search-group span{
  position: absolute;
  left: 10px;
  top: 20px;
  color: var(--blk40);
  font-size: 20px;
}
.search-group .form-control {
  padding-left: 35px;
}
.network-card{
  box-shadow: var(--shadow-md);
  border:1px solid var(--white60);
  border-radius: var(--bradius16);
  padding: 10px;
  height: 100%;
  padding-left: 55px;
  position: relative;
}
.network-card img{
  width: 38px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.list-dt{
  padding-left: 0;
}
.list-dt li{
  padding-left: 30px;
  background-image: url(../img/corporatePhotos/2025/double-tick.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: 5px;
  background-size: 20px;
  list-style: none;
}
.ci-awards{
  background-image: url(../img/corporatePhotos/2025/ci-awards-bg.jpg);
  padding: 20px;
  background-size: contain;
  background-position: top center;
  position: relative;
}
.ci-awards::after {
  position: absolute;
  content: '';
  width: auto;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(17,34,59,1) 0%,rgba(2,6,17,1) 25%,rgba(2,6,17,1) 50%,rgba(2,6,17,1) 100%);
  bottom: -40px;
  opacity: 0.5;
}
.aa-card{
  background: #020611;
  border-radius: var(--bradius16);
  overflow: hidden;
  color: var(--white);
}
.aa-card p{
  font-size: var(--fs15);
  color: var(--wt100);
}
.aa-card h5 {
  padding-left: 30px;
  background-image: url(../img/corporatePhotos/2025/award-ribbon.png);
  background-repeat: no-repeat;
  background-position: -8px 10px;
  margin-left: 0;
  padding-top: 10px;
  background-size: 30px;
}
.aa-card ul {
  border-bottom: 1px solid #26220e;
  padding-left: 13px;
  padding-bottom: 15px;
}
.aa-card ul li{
  margin-bottom: 6px;
}
.ciw-wrap{
  border: 1px solid #CEC187;
  border-radius: var(--bradius16);
  padding: 10px;
  margin-top: 20px;
}
.ci-release img {
  border-radius: var(--bradius16);
  width: 100%;
  height: 230px;
  margin-bottom: 15px;
}
.si-img img{
  height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: var(--bradius16);
}
.si-content{
  padding-top: 10px;
}
.no-shadow{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.bs-card {
  box-shadow: var(--shadow-lg);
  border-radius: 0px 40px;
  background: var(--white);
  padding: 24px;
  outline-offset: -12px;
  height: 100%;
}
.card-brokerage{
  border: 1px solid #05AAB8;
}
.card-brokerage .bs-card{
  outline: 2px solid #05AAB8;
}
.card-training{
  border: 1px solid #00539D;
}
.card-training .bs-card{
  outline: 2px solid #00539D;
}

.card-consultancy{
  border: 1px solid #4E9547;
}
.card-consultancy .bs-card{
  outline: 2px solid #4E9547;
}

.list-bs{
  padding-left: 0;
}
.list-bs li{
  padding-left: 30px;
  background-image: url(../img/corporatePhotos/2025/single-tick.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: 5px;
  background-size: 20px;
  list-style: none;
}
@keyframes scroll {
  from {
    background-position: left calc(1.84 * min(100vh, 750px)) top 0px;
  }
  to {
    background-position: left 0px top 0px;
  }
}
.close-circled {
  margin: 0;
  background: var(--white80);
  padding: 10px 5px !important;
  font-size: 10px;
  color: var(--blk80);
  opacity: 1;
  border-radius: 40px;
  line-height: 1;
  height: 30px;
  width: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .ci-timeline .timeline-img{
    height: 150px;
    width: 150px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
  }
  .ci-timeline .ci-timeline-img::before{
    height: 150px;
    width: 150px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top:20px;
/*    left: 12%;*/
  }
  .timeline-left-panel:not(.ci-timeline-img){
    padding-right: 0 !important;
  }
  .timeline-right-panel:not(.ci-timeline-img){
    padding-left: 0 !important;
  }
  .ci-timeline .timeline{
    left: 0 !important;
  }
}
@media (max-width: 991px) {
    .investor-nav .nav-link{
      padding-left: 0;
      padding-right: 0;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .investor-nav .breadcrumb-ul  .nav-item{
      padding-top: 0;
      padding-bottom: 0;
    }
    .investor-nav.property-nav .breadcrumb-ul{
      max-height: auto initial;
    }
    .investor-nav.property-nav .breadcrumb-ul.show{
      height: auto !important;
      max-height: initial !important;
    }
    .ci-timeline .timeline .timeline-right-panel h4::after{
      right: -18px;
    }
    .ci-timeline .timeline h4::after{
      left: -20px;
    }
    .timeline-logo{
      position: relative;
    }
    .ci-timeline .ci-timeline-img::before{
      left: 10%;
    }
}
@media screen and (max-width:767px){
  .t-h1{
    font-size: 3rem;
    line-height: 1.1;
  }
  .t-h2{
    font-size: 2.15rem;
    line-height: 1.1;
  }
  .t-h3 {
    font-size: 1.75rem;
  }
  .t-h4 {
    font-size: 1.5rem;
  }
  .t-h5 {
    font-size: 1.25rem;
  }
  .t-h6 {
    font-size: 1.1rem;
  }
  .infinite-photo-grid{
    height: 250px;
    margin-top: 50px;
  }
  .dropMenu {
    border: 1px solid #636366;
    padding: 5px 10px;
    border-radius: var(--bradius6);
  }
  .it-nav .dropdown-toggle::after{
    color: var(--white);
    right: 20px;
  }
  .ci-timeline .timeline::before{
    left: 0;
    right: 0;
    margin: 0 auto;
  }
   .ci-timeline .timeline h4::after {
    left: -15px;
  }
   .ci-timeline .timeline .timeline-right-panel h4::after {
    right: -15px;
  }
  ul.timeline &gt; li &gt; .timeline-panel::before{
    left: 0px;
    right: 0;
    margin: 0 auto;
    transform: translate(-20px,0px) rotate(-45deg);
    border: 2px solid #0B5583 !important;
  }
  .ci-card{
    padding-left: 15px;
    padding-right: 15px;
  }
  .timeline-panel p{
    font-size: var(--fs13);
  }
  .timeline-panel h4{
    font-size: var(--fs17);
  }

}
@media screen and (max-width:576px){
  .ci-timeline .timeline-img{
      height: 100px;
      width: 100px;
  }
  .ci-timeline .ci-timeline-img::before {
    height: 100px;
    width: 100px;
  }
  .timeline-left-panel.ci-timeline-img {
    margin-right: -20px;
  }
}</pre></body></html>