.hp_baner_img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.hp_fs {
  z-index: 6;
  padding-bottom: 45px;
}

.hp_fs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}

.hp_fs.blue_bg .container {
  background-color: #f3f7ff;
}

@media screen and (max-width: 1024px) {
  .hp_fs .container {
    padding: 0 50px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .hp_fs .container {
    padding: 0 25px;
  }
}

.hp_fs.rewerse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .hp_fs.rewerse .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.hp_fs.rewerse .hp_fs_right {
  padding-left: 0;
  padding-right: 50px;
}

.hp_fs.blue_bg {
  background-color: #FFFFFF;
}

.hp_fs.blue_bg h2,
.hp_fs.blue_bg p,
.hp_fs.blue_bg a,
.hp_fs.blue_bg .c_navy {
  color: #09202E;  
}

@media screen and (max-width: 1024px) {
  .hp_fs {
    padding-bottom: 78px;
  }
}

@media screen and (max-width: 767px) {
  .hp_fs {
    padding-bottom: 19px;
  }
  .hp_fs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hp_fs_left {
  width: 910px !important; /* VASSU - from 480px to 910px for engineeing positive change hp right under main slideshow*/
  position: relative;
  z-index: 6;
}

@media screen and (max-width: 1024px) {
  .hp_fs_left {
    width: 369px;
  }
}

@media screen and (max-width: 767px) {
  .hp_fs_left {
    width: 100%;
  }
}

.hp_fs_img {
  width: 100%;
  height: calc(100% + 10px); /* VASSU?? Compare original code to verify if I had made a change or not */
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .hp_fs_img {
    height: 225px;
  }
}

.hp_fs_right { /* VASSU - THIS IS RIGHT OF SOLVING COMPLEX CHALLENGES BRIDGE IMG SECTION */
  width: calc(100% - 480px);
  padding-left: 50px;
  color: #09202E;
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hp_fs_right h2 {
  margin-bottom: 20px;
}

.hp_fs_right p {
  padding-right: 50px;
  max-width: 810px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.hp_fs_right .button_link {
  margin-top: 39px;
}

@media screen and (max-width: 1024px) {
  .hp_fs_right {
    width: calc(100% - 369px);
    padding-top: 62px;
    padding-left: 48px;
  }
  .hp_fs_right h2 {
    margin-bottom: 7px;
  }
  .hp_fs_right p {
    font-size: 16px;
    line-height: 28px;
    max-width: 532px;
  }
  .hp_fs_right .button_link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hp_fs_right {
    width: 100%;
    padding: 0;
  }
  .hp_fs_right h2 {
    max-width: 254px;
    margin-bottom: 8px;
  }
  .hp_fs_right p {
    margin-top: 6px;
    max-width: 100%;
  }
}

.hp_baner {
  min-height: calc(100vh - 126px);
  background-color: #FFFFFF;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hp_baner .container {
  position: relative;
  height: 100%;
}

.hp_baner .slide {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.72, 0.3, 1, 1.34) 0s;
  transition: all 0.6s cubic-bezier(0.72, 0.3, 1, 1.34) 0s;
}

.hp_baner .slide span {
  max-width: 622px;
  color: #FFFFFF;
}

.hp_baner .slide.slide_invisible {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.hp_baner .slide.slide_invisible img,
.hp_baner .slide.slide_invisible video {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.hp_baner .slide a {
  margin-top: 14px;
}

.hp_baner .slide img,
.hp_baner .slide video {
  width: 100%;
  max-height: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hp_baner .slide .hp_left {
  padding: 55px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
}

.hp_baner .slide .hp_left a,
.hp_baner .slide .hp_left span {
  position: relative;
  z-index: 4;
}

.hp_baner .desc {
  max-width: 622px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .hp_baner .desc {
    margin-top: 13px;
  }
}

.hp_baner .arrow_right {
  position: absolute;
  top: 50%;
  right: 50px;
  cursor: pointer;
  z-index: 11;
}

@media screen and (max-width: 1024px) {
  .hp_baner .slide a,
  .hp_baner .slide span {
    max-width: 468px;
  }
  .hp_baner .slide a {
    margin-top: 17px;
  }
  .hp_baner .slide .hp_left {
    padding: 25px;
  }
  .hp_baner .hp_btn span {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hp_baner {
    min-height: calc(100vh - 70px);
  }
  .hp_baner .slide img,
  .hp_baner .slide video {
    width: 100%;
  }
  .hp_baner .slide .hp_left {
    padding-right: 37px;
  }
  .hp_baner .slide span {
    margin-top: 1px;
  }
  .hp_baner .slide a {
    margin-top: 3px;
  }
  .hp_baner .arrow_right {
    width: 22px;
    height: 17px;
    right: 20px;
  }
}

.hp_right {
  height: calc(100vh - 126px);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .hp_right {
    height: calc(100vh - 70px);
  }
}

#banner_pagination {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 6;
}

#banner_pagination .banner_pagination_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#banner_pagination .banner_pagination_container .page {
  width: 8px;
  height: 8px;
  border: 1.5px solid #FFFFFF;
  border-radius: 4px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#banner_pagination .banner_pagination_container .page.active {
  width: 16px;
  margin-right: 4px;
  margin-left: 8px;
  border: none;
  cursor: default;
  background-color: #1257fd;
}

@media screen and (max-width: 767px) {
  #banner_pagination {
    width: 100%;
  }
}

.hp_fs_sub_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 24px;
  position: relative;
}

.hp_fs_sub_info:after {
  content: "";
  max-height: 103px;
  height: calc(100% - 11px);
  width: 2px;
  display: block;
  background-color: #1257fd;
  position: absolute;
  left: 0;
  bottom: 6px;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .hp_fs_sub_info {
    margin-top: 93px;
  }
  .hp_fs_sub_info:after {
    max-height: 87px;
  }
}

@media screen and (max-width: 767px) {
  .hp_fs_sub_info {
    margin-top: 54px;
    padding-left: 16px;
  }
  .hp_fs_sub_info:after {
    height: calc(100% - 16px);
    max-height: 56px;
  }
  .hp_fs_sub_info .text_89 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=homepage.css.map */

[id^="dropdown_global_index_"] {
  display: none;
}
[id^="dropdown_global_index_"]:first-of-type { display: block; }

/* VASSU Home Page Drop Down Box Style to match right under HP main slide show */
.hp_fs_left table {
  padding-top: 100px;
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
}

/* VASSU - disable mobile title for drop down menu in desktop view */
.drop-down-mobile-title {
    display: none;
}

/* VASSU - mobile view for drop down module */
@media screen and (max-width: 1176px) {
  .hp_fs_left {
    width: 420px !important;
  }
  .hp_fs_left table {
    padding-right: 0px !important;
  }
  .hp_fs_right p {
    padding-right: 0px;
  }    
  /*.hp_fs.rewerse .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: normal;
            flex-direction: row;
  }*/
  .hp_fs .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .hp_fs .container .hp_fs_left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .hp_fs .container .hp_fs_left table {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .hp_fs .container .hp_fs_right {
    padding-top: 15px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .hp_fs.rewerse .hp_fs_right {
    padding-right: 0px;
  }

  .hp_fs .container .hp_fs_left table tr:nth-child(1) td {
    display: inline-block;
  }

  .hp_fs .container .hp_fs_left table tr:nth-child(2) td {
    display: inline-block;
  }

  .drop-down-desktop-title {
    display: none;
  }

  .drop-down-mobile-title {
    display: inline-block;
  }

  .hp_fs_dropdown {
    margin-left: 0px;
  }

  
}

/* VASSU engineering \n positive change - override word wrap to get engineering as a single line
Drop Down Menu engineering \n positive change ONLY for Home page as we are now re-using the drop-down module 30/10/2025*/
.home > div.wrapper > div.single_page > div > section.hp_fs.rewerse > div > div.hp_fs_right > #dropdown_h2 > span:nth-child(1) {
  display: block !important;
}

[id^="dropdown_global_index_"] > .primary_btn {
  border: 2px solid !important;
  color: #1257fd !important;
  height: 40px !important;
  width: 170px !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* VASSU - added code for updated figma News_Module - to clean up later */
#wrapper {
  height: 200px;
}
#div1 {
  display: inline-block;
  width: 40%;
  height:120px;

}
#div2 {
  display: inline-block;
  width: 380px;
  height:120px;
  position: absolute;
  margin-top: 1%;
}

.insights .single_insight .text_21, .news_section .single_insight .text_21 {
  font-size: 13px;
  padding-top: 10px;
}

.insights .single_insight .text_21, .news_section .single_insight .text_16 {
  font-size: 11px;
  line-height: 1.2;
}

#news_text_16 {
  margin-left: 25px;
  padding-bottom: 25px;
}

.insights .single_insight .text_21, .news_section .single_insight .button_link {
  font-size: 14px;
  /*margin-top: 30px; VASSU - fixes News but breaks Inisghts module button & padding */
}

#news_button_text {
  margin-top: 30px;
}

/* VASSU - to fix below later to adapt News_Module for smaller screen res/devices */
/*
@media screen and (max-width: 1436px) {
  #wrapper {
    display: none;
    height: 200px;
  }
  #div1 {
    display: block;
    width: 40%;
    height:60px;
  }
  #div2 {
    display: block;
    position: relative;
    width: 190px;
    height:120px;
  }
  
  .insights .single_insight .text_21, .news_section .single_insight .text_21 {
    font-size: 14px !important;
  }
  
  .insights .single_insight .text_21, .news_section .single_insight .text_16 {
    font-size: 10px !important;
    line-height: 1.2;
  }
  .news_section {
    display: none;
  }
}*/

@media screen and (max-width: 1436px) {
  #wrapper {
    /*display: none;*/
    display: flex;
    height: 200px;
  }
  #div1 {
    display: block;
    width: 40%;
    height:60px;
  }
  #div2 {
    display: block;
    position: relative;
    width: 190px;
    height:120px;
  }
  
  .insights .single_insight .text_21 {
    font-size: 18px !important; /* VASSU Insights mobile only */
    /* font-size: 14px !important; VASSU - news mobile only */
  }

  .news_section .single_insight .text_21 {
    font-size: 14px; /* VASSU - needed to fit news module text for mobile - temp solution - revisit later */
    line-height: 24px;
  }
  
  .news_section .single_insight .text_16 {
    font-size: 10px !important;
    line-height: 1.2;
  }
  .news_section {
    /*display: none;*/
  }

  #news_button_text {
    margin-top: 0px;
  }
}