.module-stories .module-stories__wrapper-title h2.heading-box-padding {font-family: "Hexagon Akkurat Web"; font-weight: 400; /*line-height: clamp(3.5rem, 2.167rem + 3.704vw, 6.1rem);*/ letter-spacing: -0.17rem; padding-bottom: 5px !important; }

/* css for Module Hero Landing Banner */
@media (min-width:1400px){
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items img{
    min-width: 930px;
  }
}
@media (min-width:1200px){
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .container{
    padding-right:0;
  }
}
@media (max-width:1400px){
.sectionTitle-lines-lqv1grd{
height: 157px;
}
}
.module-three-accordian-signpost.new{
overflow:hidden;
}
.sectionTitle-lines-lqv1grd {
  flex-shrink: 0;
  margin-left: auto;
  margin-top: auto;
  overflow: visible;
  z-index: 1;position: relative;
}
.sectionTitle-lines-lqv1grd {
  clip-path: inset(100% 0 0 -20px); /* initially hidden from bottom */
  transition: clip-path 0.5s ease-out;
}

.sectionTitle-lines-lqv1grd.reveal {
  clip-path: inset(0 0 0 -20px); /* fully revealed */
}
.sectionTitle-lines-lqv1grd {
  clip-path: inset(100% 0 0 -20px);
  opacity: 0;
  transition: clip-path 0.5s ease-out, opacity 0.5s ease-out;
}
.sectionTitle-lines-lqv1grd.reveal {
  clip-path: inset(0 0 0 -20px);
  opacity: 1;
}

  .sectionTitle-line-lm8y65b {
    stroke-width: 24;
  }
  .sectionTitle-greenYellow-g7ayg4a {
  stroke: #83c410;
}
 .sectionTitle-line-lm8y65b {
    stroke-width: 24;
  }
  .sectionTitle-greenYellow-g1m5lzd6 {
  stroke: #dff73f;
}
  .sectionTitle-line-lm8y65b {
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
}
/* SVG hidden initially, clips from bottom */
.module-hero-landing-banner .header-lines-l1drpf7n {
    clip-path: inset(100% 0 0 -2%);
}

.module-hero-landing-banner .header-lines-l1drpf7n.animate {
    animation: revealFromBottom 1s ease-out forwards;
}

/* Image hidden initially, clips from left */
.module-hero-landing-banner .module-hero-landing-banner__image img {
  clip-path: polygon(0px 494.301px, 0px 494.301px, 0px 494.301px); /* All points collapsed to left */
}

/* When .animate is added, expand to full shape */
.module-hero-landing-banner .module-hero-landing-banner__image img.animate {
  animation: revealImageFromLeftPolygondesk 1s ease-out forwards;
  transform: translateX(-3px);
}
@keyframes revealImageFromLeftPolygondesk {
  from {
    clip-path: polygon(2px 494.301px, 0px 494.301px, 0px 494.301px);
  }
  to {
    clip-path: polygon(2px 494.301px, 100% -40.3249px, 100% 2098.18px) ;
  }
}
@keyframes revealFromBottom {
    from { clip-path: inset(100% 0 0 -2%); }  /* Hide from bottom */
    to { clip-path: inset(0 0 0 -2%); }       /* Reveal completely */
}


.header-lines-l1drpf7n {
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.headerSecondary-light-l5i68ie {
  stroke: #b9b9bd;
}
 .headerSecondary-line-l1n0iqpr {
    stroke-width: 24;
  }
  .headerSecondary-line-l1n0iqpr {
  stroke-width: 24;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.headerSecondary-blue-bh75mbv {
  stroke: #99d6ff;
}
.headerSecondary-blue-bfv2g04 {
  stroke:#01adff;
}
.module-latest-reports__item-image-row{
  position:relative;
}
/* Horizontal Animation Effect (left to right) */
.animation-effect {
    background-color: #fff;
    display: block;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    right: 100%;
    top: 0;
    width: 20%;
    z-index: 10;
}

/* Vertical Animation Effect (bottom to top) */
.animation-effect-vertical {
    background-color: #fff;
    display: block;
    width: 2px;
    opacity: 0.5;
    position: absolute;
    top: 100%;
    right: 16px;
    height: 20%;
    z-index: 25;
}

/* Horizontal keyframes (left to right movement) */
@keyframes current-horizontal {
    0% {
        right: 100%;
    }
    50% {
        right: 50%;
    }
    100% {
        right: -20%;
    }
}

/* Vertical keyframes (bottom to top movement) */
@keyframes current-vertical {
    0% {
        top: 100%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: -20%;
    }
}

/* Hover animations */
.module-latest-reports__item-content-wrapper:hover .animation-effect {
    animation: current-horizontal 0.5s linear forwards;
}

.module-latest-reports__item-content-wrapper:hover .animation-effect-vertical {
    animation: current-vertical 0.5s linear forwards;
}
.module-latest-reports__item-image-row{
overflow:hidden;
}
.header-new #logo{
  width: 142px;
  height: auto;
}
.header-new #logo a{
display: flex;
}
.animated-link-1 {
  text-decoration:1px underline;
  display: inline-block;
}
.animated-link-1.media-links.cta.cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.animated-link-1 .underline-effect:before{
  display:none;
}
.animated-link-1 .underline-effect {
  display: inline;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
  background-position-y: 88%;
}
.animated-link-1:hover{
  text-decoration:none;
}
.animated-link-1:hover .underline-effect {
  background-size: 100% 1px;
}
#body_0_main_1_ctl01_ctl05_ctl01_ctl00_ctl00_ctl01_ctl01_ctl3235_Submit:hover {
  background-color: #005198;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='white' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  transition:0.3s all ease-in-out;
}
#body_0_main_1_ctl01_ctl05_ctl01_ctl00_ctl00_ctl01_ctl01_ctl3235_Submit{
  transition:0.3s all ease-in-out;
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper, .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items{
  min-height:80.9rem;
  width: 100%;
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items{
  align-items: center;
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items img{
  height:100%;
  object-position: center;
  object-fit: cover;
  max-width: 930px;
/*   clip-path: polygon(0px 494.301px, 100% -40.3249px, 100% 2098.18px); */
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items .media-links{
  border-radius: 100px;
  background: #005198;
  padding: 16px 32px;
  color: #fff !important;
  display: inline-flex;
  gap: 8px;
  transition:0.3s all ease-in-out;
}
.module-latest-reports__item-text-row h2 a{
  justify-content: flex-start !important;
  color: #ffffff;
}
.header-wrapper.header-new .level0.haschildren.selected .ul-level1{
  width:40%;
}
.footerwrapperr .footer-box-links__content{
  margin-bottom:16px;
}
.footerwrapperr .footer__nav.footer-nav-hidden ul li a{
  margin-bottom:8px;
}
.module-featured-signpost__wrapper{
  padding-bottom:6.4rem}
.module-dynamic-press-release.new,.module-stories{
  background:#f2f2f3;
}
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap select, .contact-form-wrap textarea{
  font-size: clamp(2.1rem, 1.767rem + 0.926vw, 2.8rem) !important;
  font-family: "Hexagon Akkurat Web";
  font-weight: 400;
  line-height: clamp(3rem, 2.533rem + 1.296vw, 3.8rem) !important;
  letter-spacing: -0.06rem !important;
  color:#b9b9bd !important;
  padding: 0 32px 0 16px !important
}
.module-hero-landing-banner .module-hero-landing-banner__wrapper .container .cta.cta-primary{
  padding:1.2rem 3.2rem;
  background: #005198;
  border-radius:10rem;
  color:white;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.module-hero-landing-banner__image img{
  vertical-align:bottom;
}
.module-hero-landing-banner__content{
  gap:0.8rem;
}
.mid-grey-line-left{
  border-left:1px solid #898B91;
}
.mid-grey-line-bottom{
  border-bottom:1px solid #898B91;
}
.icon-slider-left {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_859_3254' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_859_3254)'%3E%3Cpath d='M13.127 35.4787L11.5361 33.9029L25.4732 19.9658L11.5361 6.04996L13.127 4.45288L28.6399 19.9658L13.127 35.4787Z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  transform: rotate(180deg);
}
.icon-slider-right {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_859_3254' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_859_3254)'%3E%3Cpath d='M13.127 35.4787L11.5361 33.9029L25.4732 19.9658L11.5361 6.04996L13.127 4.45288L28.6399 19.9658L13.127 35.4787Z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.swiper-button-next.swiper-button-disabled .icon-slider-right{
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_859_3330' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_859_3330)'%3E%3Cpath d='M26.8694 35.5129L11.3564 20L26.8694 4.48706L28.4389 6.08456L14.5231 20L28.4389 33.9154L26.8694 35.5129Z' fill='%2371737B'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-disabled .icon-slider-left{
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_859_3330' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_859_3330)'%3E%3Cpath d='M26.8694 35.5129L11.3564 20L26.8694 4.48706L28.4389 6.08456L14.5231 20L28.4389 33.9154L26.8694 35.5129Z' fill='%2371737B'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(0deg);
}
.full-border-top {
  position: relative;
}
.full-border-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #B9B9BD;
  z-index: 1;
}
/* Full-width border at the bottom */
.full-border-bottom {
  position: relative;
}
.full-border-bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #B9B9BD;
  z-index: 1;
}
.box-padding-none{
  padding-top:0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.classic-box-padding{
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.classic-left-bottom-padding{
  padding-left: 32px !important;
  padding-bottom: 32px !important;
}
.heading-box-padding{
  padding-top: 32px !important;
  padding-right: 32px !important;
  padding-bottom: 64px !important;
  padding-left: 32px !important;
}
.content-box-padding{
  padding-top: 32px !important;
  padding-right: 32px !important;
  padding-bottom: 32px !important;
  padding-left: 32px !important;
}
.small-content-box-padding{
  padding-top: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 16px !important;
}
.accordian-box-padding{
  padding-top: 32px !important;
  padding-right: 32px !important;
  padding-bottom: 48px !important;
  padding-left: 32px !important;
}
.gap-8{
  gap:8px;
}
.gap-16{
  gap:16px;
}
.gap-32{
  gap:32px;
}
.gap-64{
  gap:64px;
}
/* module-dynamic-press-release */
.module-dynamic-press-release.new .press-release-module .combine-module-link-wrapper .cta-link-hex.cta{
  position: relative;
  display: inline-flex;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.47px;
  color: #000;
  padding: 0;
  font-weight: 400;
  gap: 8px;
  align-items: center;
}
.module-dynamic-press-release.new .text-decoration-none.animated-link.cta-link-hex.cta .icon-longarrow1:last-child svg{
  width:auto;
  transition:0.3s all ease-in-out;
}
.module-dynamic-press-release.new .text-decoration-none.animated-link.cta-link-hex.cta:hover .icon-longarrow1:last-child svg{
  width:0;
  transition:0.3s all ease-in-out;
}
.module-dynamic-press-release.new .text-decoration-none.animated-link.cta-link-hex.cta .icon-longarrow1:first-child svg {
  width: 0;
  transition: 0.3s all ease-in-out;
}
.module-dynamic-press-release.new .text-decoration-none.animated-link.cta-link-hex.cta:hover .icon-longarrow1:first-child svg {
  width: auto;
  transition: 0.3s all ease-in-out;
}
.module-dynamic-press-release.new .text-decoration-none.animated-link.cta-link-hex.cta .icon-longarrow1:last-child svg{
  transition:0.3s all ease-in-out;
  width:auto
}
.module-full-width-image-signpost__wrapper:hover .animated-link .underline-effect::after{
  width:100%
}
.module-full-width-image-signpost__wrapper a span.underline-effect::before {
  display:none
}
.module-full-width-image-signpost__wrapper:hover .animated-link .underline-effect::before{
  display:none;
}
.module-full-width-image-signpost__wrapper .animated-link.media-links.cta.cta-primary{
  gap:10px;
}
.module-full-width-image-signpost__wrapper .animated-link.media-links.cta.cta-primary:hover{
  text-decoration:none;
}
.module-dynamic-press-release.new .press-release-module .combine-module-link-wrapper .cta-link-hex.cta .icon-longarrow::before {
  position: relative;
  right: auto;
  top: auto;
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items:last-child{
  align-items: start;
  flex: 1;
}
.module-stories .module-stories__item-content-wrapper .cta_wrapper a:focus {
/*   outline: 2px solid #000; */
  outline-offset: 6px;
}
.module-full-width-image-signpost__wrapper .animated-link.media-links.cta.cta-primary:focus,.module-stories__content.content-box-padding a.animated-link:focus{
/*   outline: 2px solid #000; */
  outline-offset: 2px;
}
.module-hero-landing-banner__wrapper{
overflow:hidden;
}
.module-hero-landing-banner__image{
  display: flex;position: relative;
  height: 100%;
}
.module-stories .module-stories__item-content-wrapper .cta_wrapper{
  transition:0.3s all ease-in-out;
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items .media-links:hover{
  background: #01adff;
  text-decoration: none;
}
.animated-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.animated-link .underline-effect {
  position: relative;
  display: inline-block;
}
.animated-link .underline-effect::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.heading-box-padding.new {
  display: inline-flex;padding: 0 !important;
  margin: 32px 32px 64px 32px;text-decoration: none;
}
.heading-box-padding.new:focus {
  outline-offset: 6px;
}
.animated-link:hover .underline-effect::after {
  width: 100%;
}
/* .press-release-module a:focus .underline-effect {
  outline: 2px solid #000;
  outline-offset: -2px;
} */
.module-latest-reports .module-latest-reports__wrapper .container .cta.cta-primary:focus .underline-effect:before{
  display:none;
}
.module-latest-reports .module-latest-reports__wrapper .container .cta.cta-primary:focus .underline-effect:after{
  width:100%;
}
.module-stories .module-stories__item-content-wrapper:hover .cta_wrapper{
  background-color:#ffffff;
}
@media (max-width: 767.98px) {
  .module-hero-landing-banner.new .grey-line-bottom .container{
    padding-right:0;
  }
  .module-hero-landing-banner .module-hero-landing-banner__wrapper .module-hero-landing-banner__content {
    padding: 3.2rem;
    border-bottom: 1px solid #B9B9BD;
  }
}
/* css for Module - Featured Signpost */
.module-featured-signpost {
  background-color: #00284C;
}
.module-featured-signpost__wrapper {
}
.module-featured-signpost__item-content-wrapper {
  padding: 3.2rem;
  border-bottom: 1px solid #595C65;
}
.module-featured-signpost__item-content-wrapper h2{
  min-height:72px;
}
/* in case you dont want in third one */ 
/* .module-featured-signpost--child:not(:nth-child(3n))  .module-featured-signpost__item-content-wrapper{
border-right: 1px solid #595C65;
}  */
.module-featured-signpost--child  .module-featured-signpost__item-content-wrapper{
  border-right: 1px solid #595C65;
}
.module-featured-signpost__heading{
  border-bottom: 1px solid #595C65;
}
.module-featured-signpost__item-content p{
  color:#B9B9BD;
}
.module-featured-signpost h2{
  color: #FFFFFF;
}
.module-featured-signpost__item-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.module-featured-signpost__item-content-wrapper > h2 {
  display: flex;
  flex: 1;
}
.module-featured-signpost__item-content {
  display: flex;
  flex: 1;
}
.module-featured-signpost__heading{
  padding-top: 32px !important;
  padding-right: 32px !important;
  padding-bottom: 64px !important;
  padding-left: 32px !important;
}
.dark-grey-line-bottom-margin {
  border-bottom: 1px solid #595C65;
  margin-left: 8px;
}
.module-featured-signpost__item-content-wrapper {
  /*   border-right: 1px solid #595C65;
  border-bottom: 1px solid #595C65; */
}
@media (max-width: 767.98px) {
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items:first-child{
    width:100%;
  }
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper, .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items {
    min-height: auto;
  }
  .module-featured-signpost__heading {
    padding-left: 2rem;
  }
}
/* css for Module - Latest Report*/
.module-latest-reports {
}
.module-latest-reports__heading{
}
.module-latest-reports__items{
  padding-left:1.6rem;
  padding-right:1.6rem;
}
.module-latest-reports__items-content:nth-child(odd){
  background-color:#106b73;
}
.module-latest-reports__items-content:nth-child(even){
  background-color:#005198;
}
.module-latest-reports__items-content{
  border-radius:0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.underline-effect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.animated-link:hover .underline-effect::before{
  display:none;
}
.module-latest-reports__item-content-wrapper .module-latest-reports__image img{
  transition:0.3s all ease-in-out;
}
.module-latest-reports__item-content-wrapper .module-latest-reports__image{
  overflow:hidden;
  transition:0.3s all ease-in-out;
  position: relative;
  border: none;
}
.module-latest-reports__item-content-wrapper .module-latest-reports__image::before {
  content: '';
  position: absolute !important;
  height: 100%;
  width: 1px;
  background: #B9B9BD;
  position: absolute;
  z-index: 11;
  right: 0;
}
.module-latest-reports__item-content-wrapper:hover .module-latest-reports__image img, .module-stories__item-content-wrapper:hover .module-stories__image img{
  transform: scale(1.05);
}
.module-latest-reports__item-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  position:relative;
  overflow: hidden;
}
.module-stories__item-content-wrapper{
  position:relative;
}
.module-stories__item-content-wrapper .module-stories__image{
  overflow:hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.module-stories__item-content-wrapper .module-stories__image img{
  transition: 0.3s all ease-in-out;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.module-stories__item-content-wrapper, .module-full-width-image-signpost__wrapper{
  overflow:hidden;
}
.module-stories__item-content-wrapper .module-stories__content .animated-link.media-links::before {
  position: absolute;
  content: '';
  bottom: -500%;
  left: -100%;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.module-full-width-image-signpost .module-full-width-image-signpost__wrapper .module-full-width-image-signpost__content .cta.cta-primary::before {
  content: '';
  position: absolute;
  top: -500%;
  left: -100%;
  height: 200vh;
  width: 50000vw;
  z-index: 1;
}
.desktop-nav ul li.level0.haschildren.selected .level1 a:focus{
  outline:2px solid #000000;
  background:#04d0e6 !important;
}
.cuspad{
  padding:0 32px
}
.module-latest-reports .module-latest-reports__wrapper .cta.cta-primary .icon-right-white{
  transition:0.3s all ease-in-out;
}
.module-latest-reports__item-content-wrapper:hover .cta.cta-primary .icon-right-white{
  background-color:#00203d;
}
.module-latest-reports .module-latest-reports__wrapper .container .cta.cta-primary:focus .icon-right-white{
  background-color:#00203d;
}
.module-latest-reports .module-latest-reports__wrapper .container .cta.cta-primary:hover{
  text-decoration:none;
}
.module-latest-reports__item-content-wrapper h2 a.animated-link.media-links.cta.cta-primary::before {
  content: '';
  height: 100vh;
  width: 100vw;
  top: -50%;
  left: -50%;
  position: absolute;
  z-index: 1;
}
.module-latest-reports__item-text-row{
  padding:2rem;
  flex-grow:1;
  gap:0.8rem;
}
.module-latest-reports__item-text-row h2{
  color:#FFFFFF;
}
.module-latest-reports__content{
  color:#FFFFFF;
  word-break: break-word;
  gap:0.8rem;
}
.module-latest-reports .module-latest-reports__wrapper .container .cta.cta-primary{
  color:#ffffff !important;
  gap: 0.8rem;overflow-wrap: anywhere;
}
.module-latest-reports__image{
}
.module-latest-reports__image img {
  display: block;
  height: auto;
  border-right:1px solid #898b91;
  padding-top:1.6rem;
  padding-right:1.6rem;
  border-radius: 0 0 0 1rem;
  border-right: 1px solid #B9B9BD;
  width:100%;
}
.module-latest-reports__item-image-row {
  padding-right: 16px;
  border-top: 1px solid #B9B9BD;
  border-left: none;
}
@media (max-width: 1024px) {
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items img {
  
  clip-path: polygon(0px 380px, 0px 380px, 0px 380px);
}


@keyframes revealImageFromLeftPolygon {
  from {
     clip-path: polygon(0px 380px, 0px 380px, 0px 380px);
  }
  to {
    clip-path: polygon(0px 380px, 100% -50.4499px, 100% 1600.49px);
  }
}
}
@media (min-width: 992px) and (max-width: 1400px) {
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper 
  .grey-line-bottom .module-hero-landing-banner-another-wrapper 
  .banner-items img {
    clip-path: polygon(0px 380.301px, 0px 380.301px, 0px 380.301px); /* Collapsed start */
  }

  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper 
  .grey-line-bottom .module-hero-landing-banner-another-wrapper 
  .banner-items img.animate {
    animation: revealImageFromLeftPolygon 1s ease-out forwards;
  }
  @keyframes revealImageFromLeftPolygon {
  from {
    clip-path: polygon(0px 380.301px, 0px 380.301px, 0px 380.301px);
  }
  to {
    clip-path: polygon(0px 380.301px, 100% -40.3249px, 100% 1600.18px);
  }
}

}

@media (min-width: 768px) and (max-width: 1024px) {
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper, .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items{
    min-height:53.9rem;
  }
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items:first-child {
    width: 100%;
    align-items: center;
    flex: 0 0 48%;
  }
  .module-latest-reports .swiper-container {
    overflow: hidden;
  }
}
@media (max-width: 376px) {
  .view-content{
    display: block;
  }
}
@media (max-width: 991.98px) {
.aspect-ratio-custom {
  aspect-ratio: auto !important;
  justify-content: end;
}
.aspect-ratio-custom{
border-top: 1px solid #B9B9BD;
}
.module-hero-landing-banner-another-wrapper{
flex-direction:column;
min-height:initial !important;
}
.module-hero-landing-banner.new .module-hero-landing-banner__wrapper 
  .grey-line-bottom .module-hero-landing-banner-another-wrapper 
  .banner-items img {
    clip-path: polygon(0px 380px, 0px 380px, 0px 380px); /* Collapsed */
  }

  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper 
  .grey-line-bottom .module-hero-landing-banner-another-wrapper 
  .banner-items img.animate {
    animation: revealImageFromLeftPolygon 1s ease-out forwards;transform: translateX(0px);
  }
}

@keyframes revealImageFromLeftPolygon {
  from {
    clip-path: polygon(0px 380px, 0px 380px, 0px 380px);
  }
  to {
    clip-path: polygon(0px 380px, 100% -47px, 100% 1600.49px);
  }
}
@media (max-width: 767.98px) {
  .module-hero-landing-banner__image img{
  height: 260px !important;
  }
  .module-latest-reports__heading h2{
    padding-left:2.2rem;
  }
  @media (max-width: 768px) {
  .icon-longarrow1:nth-child(1){
  display:none;
  }
  .module-latest-reports .module-latest-reports__wrapper .container .cta.cta-primary{
  overflow-wrap: anywhere;
  }
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper 
  .grey-line-bottom .module-hero-landing-banner-another-wrapper 
  .banner-items img {
    clip-path: polygon(0px 125px, 0px 125px, 0px 125px); /* Collapsed */
  }

  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper 
  .grey-line-bottom .module-hero-landing-banner-another-wrapper 
  .banner-items img.animate {
    animation: revealImageFromLeftPolygon 1s ease-out forwards;
    transform: rotate(1.3deg) translateX(1px);
  }
}

@keyframes revealImageFromLeftPolygon {
  from {
    clip-path: polygon(0px 125px, 0px 125px, 0px 125px);
  }
  to {
    clip-path: polygon(0px 125px, 100% -6px, 100% 500px);
  }
}

}
/* css for Module Three Accordian Signpost*/
.module-three-accordian-signpost{
  border-bottom:1px solid #B9B9BD;
}
.module-three-accordian-signpost__header{
}
.module-three-accordian-signpost__header h1{
  padding-top:1rem;
}
.module-three-accordian-signpost__accordions {
}
.module-three-accordian-signpost__accordions .module-three-accordian-signpost__content{
  padding-top: 1.6rem;
  border-right: 1px solid #B9B9BD;
  padding-bottom:3.2rem;
}
.module-three-accordian-signpost__art-image img{
  vertical-align:bottom;
}
/* Remove right border from the last column */
/* .module-three-accordian-signpost__accordions .module-three-accordian-signpost__content:last-child {
border-right: none; 
} */
.module-three-accordian-signpost.new .module-three-accordian-signpost__image{
  width: 100%;
  display: flex;
  justify-content: end;
}
.module-full-width-image-signpost__image{
  width: 100%;
  display: flex;
  justify-content: end;
}
.module-full-width-image-signpost__image img{
  width: 100%;
}
.module-stories__image, .module-stories__image img{
  width:100%}
.module-three-accordian-signpost__image img{
  padding :3.2rem 1.6rem;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .module-three-accordian-signpost__accordions{
    padding-top: 0;
  }
  .module-three-accordian-signpost__accordions .module-three-accordian-signpost__content {
    padding: 1.6rem;
    border-bottom: 1px solid #B9B9BD;
    border-right: none;
  }
  /* Remove bottom border on the last item */
  .module-three-accordian-signpost__accordions .module-three-accordian-signpost__content:last-child {
    border-bottom: none;
  }
  .module-three-accordian-signpost__image img{
    display:none;
  }
  .module-three-accordian-signpost__art-image{
    border-bottom: 1px solid #B9B9BD;
    padding-left: auto;
    justify-content: end;
    display: flex;
  }
  .module-three-accordian-signpost__art-image img{
  }
  .module-three-accordian-signpost__header h1{
    padding-left:2.2rem;
  }
}
/* css for Module - Full Width Signpost*/
.module-full-width-image-signpost {
  border-bottom:1px solid #B9B9BD;
  position: relative;
  background-color: #DDF73F;
  z-index: 1;
}
.module-full-width-image-signpost::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/~/media/Images/H/Hexagon-IR-V3/homepage/artwork-mode-3") no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.module-full-width-image-signpost__image{
  position:relative;
}
.module-full-width-image-signpost__image img{
  vertical-align:bottom;
}
.module-full-width-image-signpost__content h1{
  text-decoration:underline;
}
.aspect-ratio-custom{
  aspect-ratio: 71/81;
  justify-content: end;
}
}
.module-full-width-image-signpost .module-full-width-image-signpost__wrapper .module-full-width-image-signpost__content .cta.cta-primary{
  color:#000000;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .module-full-width-image-signpost__content {
    padding: 0 2.2rem;
  }
  .module-full-width-image-signpost__image{
    margin-top:-4rem;
  }
  .module-full-width-image-signpost::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .module-hero-landing-banner.new .module-hero-landing-banner__wrapper .grey-line-bottom .module-hero-landing-banner-another-wrapper .banner-items .media-links{
    padding: 16px 20px;
  }
  .footerwrapperr .footer-links-wrapper .footer-box-links .footer__nav .footer__nav-item .footer__nav-link{
    display: inline;
  }
  .module-featured-signpost__item-content-wrapper > h2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 110px;
    max-height: 110px;
  }
  .module-dynamic-press-release.new .press-release-module h2, .module-dynamic-press-release.new .press-release-module .combine-module-link-wrapper .cta-link-hex.cta{
    font-size:21px;
    line-height:30px;
    letter-spacing:-0.22px;
  }
  .module-full-width-image-signpost .module-full-width-image-signpost__wrapper .module-full-width-image-signpost__content .cta.cta-primary{
    border:none;
    padding:1rem 0;
  }
}
/*css for Module - Stories*/
.module-stories{
  background:#F2F2F3;
}
.module-stories__item-content{
  color:#71737B
}
.module-stories__content{
  gap:0.8rem;
  min-height: 26.4rem;
}
.module-stories__content h3{
  text-decoration:underline;
}
.module-stories .module-stories__wrapper .module-stories__content .cta_wrapper{
  margin-top: auto;
  align-self: flex-end;
  color:#000000;
  padding: 5px;
}
}
.module-stories__wrapper-title h2{
  margin-bottom:0px;
}
.module-stories__wrapper-content{
  border-right:1px solid #B9B9BD;
}
.module-stories__wrapper-content:nth-child(n+3) {
  border-top: 1px solid #B9B9BD;
  border-right: 1px solid #B9B9BD;
}
.module-stories__wrapper .row > .module-stories__wrapper-content:nth-child(3),
.module-stories__wrapper .row > .module-stories__wrapper-content:nth-child(5) {
  border-right: none;
}
@media (max-width: 767.98px) {
  .module-featured-signpost__item-content-wrapper > h2{
    min-height: auto;
    max-height: none;
  }
  .module-full-width-image-signpost.has-dynamic-bg .content-box-padding .gap-64 {
    gap: 32px;
  }
  .module-full-width-image-signpost .module-full-width-image-signpost__wrapper .module-full-width-image-signpost__content .cta.cta-primary{
    margin-bottom: 64px;
  }
  .module-stories__wrapper-title{
  }
}
/* css for Module-Webform */
.contact-web-form{
  background:#00284C;
}
.contact-web-form__enquiries-wrapper{
}
.contact-web-form .g-recaptcha{
  padding:14px 0;
}
.contact-web-form  .contact-web-form__enquiries-wrapper .heading-box-padding h2,
.contact-web-form  .contact-web-form__enquiries-wrapper  p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.contact-web-form   .contact-web-form__enquiries-wrapper .webform-content-wrapper{
  padding-right: 32px ;
  padding-bottom: 64px;
  padding-left: 16px ;
  display:flex;
  gap:32px;
  flex-direction:
}
.webform-another-content-wrapper {
  padding-left: 16px ;
  display:flex;
  gap:32px;
  flex-direction:column;
}
.contact-web-form__enquiries {
  position: relative;
  overflow: visible;
}
.contact-web-form__enquiries::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67.8rem;
  height: 41rem;
  background: url("/~/media/Images/H/Hexagon-IR-V3/homepage/artwork-form-module") no-repeat bottom left;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  padding-left:3.2rem;
}
/* keep text & form above the graphic */
.contact-web-form__enquiries > * {
  position: relative;
  z-index: 1;
}
.contact-form-wrap{
  min-height: 70rem;
  padding-left: 48px ;
  padding-top: 157px ;
  padding-right: 28px;
  padding-bottom: 64px ;
  display: flex;
  flex-direction: column;
}
.contact-form-wrap .form-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  background: #00284C;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding: 0.75rem 0;
  color: #FFF;
  font-size: 1.5rem;
  transition: border-color 0.2s ease-in-out;
  border-radius: 0;
}
.contact-form-wrap .ir-label {
  margin-bottom: 1rem;
  color: #FFF;
}
.checkbox span{
  color:#FFFFFF
}
.contact-web-form input[type="checkbox"] {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #FFFFFF99;
  cursor: pointer;
  margin-right:1.2rem;
}
.contact-web-form input[type="checkbox"]:checked {
  accent-color: #7DFFFC;
}
.contact-form-wrap select option {
  background-color: #FFF;
  color: #000;
}
.contact-form-wrap .submit-button {
  display: inline-flex;
  align-items: center;
  padding:1.6rem 3.2rem;
  border-radius:10rem;
  background: #7DFFFC;
  color: #000000;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  gap: 0.8rem;
  margin-top:4.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='black' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 3.1rem center;
  padding-right: 6.5rem;
}
.webform-bottom-content p{
  margin-top:4rem;
  color:#FFFFFF
}
@media (max-width: 767px) {
  .contact-form-wrap{
    padding-top:0;
  }
  .contact-web-form__enquiries::after {
    display: none;
  }
  .contact-web-form__right-container{
  }
}
@media (min-width: 768px) {
  .module-featured-signpost--child {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .module-featured-signpost--children  {
    flex: 0 0 33.333333%;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .module-featured-signpost__heading{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #595C65;
  }
  .module-stories__cards{
    flex-wrap: wrap;
  }
  .module-stories__wrapper-content{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .module-three-accordian-signpost__art-image img{
    position: absolute;
    top: -79px;
    right: 0px;
    z-index: 999999;
    vertical-align: bottom;
    height:166px;
  }
}
@media (max-width: 367px) {
  .contact-form-wrap{
    padding-left: 16px ;
    gap:32px;
    display: flex;
    flex-direction: column;
  }
}
@media(max-width: 1024px) {
  .module-three-accordian-signpost__accordions{
    flex-direction:column;
  }
}
@media (min-width: 768px) {
  .module-stories__content{
    min-height: 25rem;
  }
  .module-three-accordian-signpost__content {
    flex: 1 1 calc(33.333% - 1rem);
    /* Tablet & up: 3 items per row with gap */
  }
}
#ip3-Homepage h1,#ip3-Homepage h2,#ip3-Homepage h3,#ip3-Homepage h4,#ip3-Homepage h5,#ip3-Homepage h6,#ip3-Homepage p {
  margin-bottom:0 !important;
}
.swiper-slide {
  flex-shrink: 0;
}
.footer-links-wrapper{
  overflow:hidden;
}


body#ip3-error-page section.content-container.inner-content-padding ul li{padding-left: 15px;}