@charset "UTF-8";

:root {
  --black-0: #000000;
  --black-1: #020202;
  --black-2: #060606;
  --black-3: #141414;
  --black-4: #020f14;
  --white-0: #ffffff;
  --white-1: #fffbfb;
  --white-2: #f6f6f6;
  --white-3: #f0f0f0;
  --white-4: #ebf9e5;
  --cas-bold: "caslon-bold", sans-serif;
  --cas-regular: "caslon-regular", sans-serif;
  --cas-semibold: "caslon-semibold", sans-serif;
  --sap-black: "sapient-black", sans-serif;
  --sap-bold: "sapient-bold", sans-serif;
  --sap-medium: "sapient-medium", sans-serif;
  --sap-regular: "sapient-regular", sans-serif;
}

@font-face {
  font-family: "caslon-bold";
  src: url(../img/ACaslonPro-Bold.otf) format("opentype");
}

@font-face {
  font-family: "caslon-regular";
  src: url(../img/ACaslonPro-Regular.otf) format("opentype");
}

@font-face {
  font-family: "caslon-semibold";
  src: url(../img/ACaslonPro-Semibold.otf) format("opentype");
}

@font-face {
  font-family: "sapient-black";
  src: url(../img/SapientSansBlack.otf) format("opentype");
}

@font-face {
  font-family: "sapient-bold";
  src: url(../img/SapientSansBold.otf) format("opentype");
}

@font-face {
  font-family: "sapient-medium";
  src: url(../img/SapientSansMedium.otf) format("opentype");
}

@font-face {
  font-family: "sapient-regular";
  src: url(../img/SapientSansRegular.otf) format("opentype");
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes heightAnimation {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes widthAnimation {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes borderAnimation {
  0% {
    border-width: 2px 0 0 0;
  }

  25% {
    border-width: 2px 2px 0 0;
  }

  50% {
    border-width: 2px 2px 2px 0;
  }

  75% {
    border-width: 2px 2px 2px 2px;
  }

  100% {
    border-width: 2px 2px 2px 2px;
  }
}

@keyframes borderStrokeAnimation {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 100%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFF1DD;
  border-radius: .6rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1B1918;
  border-radius: .6rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1B1918;
}




@media print {
    .dropdownContainer  {
        display: none !important;
    }
}





.btnBack a svg {
  transition: all 0.3s ease;
  /* Smooth transition for all properties */
}

.btnBack a:hover svg {
  transform: translateX(-0.4rem);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-top: 0rem !important;
}




@media only screen and (max-width: 1600px) {
  html {
    font-size: 60%;
  }
}

@media only screen and (max-width: 1259.98px) {
  html {
    font-size: 55%;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 50%;
  }
}

body {
  background-color: #fff;
  color: #181818;
  overflow-x: hidden;
  position: relative;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  /* opacity: 0; */

}

a {
  color: #181818;
  text-decoration: none;
  position: relative;
  /* overflow: hidden; */
}

.font36 {
  font-size: 3.6rem;
}

@media only screen and (max-width: 991.98px) {
  .font36 {
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .font36 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .font36 {
    font-size: 2.4rem;
  }
}

.font32 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 991.98px) {
  .font32 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .font32 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .font32 {
    font-size: 2.4rem;
  }
}

.font24 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767.98px) {
  .font24 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .font24 {
    font-size: 2rem;
  }
}

.font20 {
  font-size: 2rem;
}

@media only screen and (max-width: 991.98px) {
  .font20 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .font20 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .font20 {
    font-size: 1.6rem;
  }
}

.font18 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 991.98px) {
  .font18 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .font18 {
    font-size: 1.6rem;
  }
}

.font16 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .font16 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .font16 {
    font-size: 1.4rem;
  }
}

.font14 {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
  .font14 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .font14 {
    font-size: 1.2rem;
  }
}

.font12 {
  font-size: 1.2rem;
}

.bold {
  font-weight: bolder;
}

.white {
  color: #fff !important;
}

.whiteBG {
  background-color: #fff !important;
}

.greyBG {
  background-color: grey !important;
}

.gold {
  color: #a48654;
}

.sapBlack {
  font-family: var(--sap-black);
}

.goldBG {
  background-color: #c1a985;
}

.blueBG {
  background-color: #00539b;
}

.redBG {
  background-color: #9b0029;
}

.highlight.animateHeight {
  animation: heightAnimation 5s linear !important;
}

.highlight.animateWidth {
  animation: widthAnimation 5s linear !important;
}

.hidden {
  visibility: hidden;
}

.slideBox.active {
  border-radius: 2rem;
  border-bottom: solid 4px #820325 !important;
  background-color: #edd7cb;
  color: #181818;
}

.openSideNav {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.disable-scroll {
  overflow: hidden !important;
}

.paddingVertical2 {
  padding: 2rem 0;
}

#ongoingHiring,
#genderPolicy {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  max-height: 0;
}

#ongoingHiring.active,
#genderPolicy.active {
  max-height: 5000px;
  padding-top: 2rem;
}

.accordionBox.active {
  background-color: #ffffff;
  color: #181818 !important;
}

.accordionBox.active svg {
  transform: rotate(180deg);
}

.accordionBox.active svg path {
  stroke: #181818 !important;
}

.cardBlock.active {
  display: flex !important;
  /* Show active cards */
}

.tabBtn.active {
  background-color: rgba(155, 0, 41, 0.2) !important;
  color: #9b0029 !important;
  border-left: 8px solid #b35047 !important;
}

@media only screen and (max-width: 767.98px) {
  .tabBtn.active {
    background-color: #9b0029 !important;
    border-left: none !important;
    color: #fff !important;
  }
}

.tabBtn.active span {
  background-color: #9b0029 !important;
  border: solid 1px #9b0029 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
  .tabBtn.active span {
    border-inline: solid 2px #fff !important;
  }
}

.hidden {
  display: none !important;
}

/* Show the colored logo */
.showColoured .logoColoured {
  display: block !important;
}

/* Show the white logo */
.showWhite .logoWhite {
  display: block !important;
}

.animateLine {
  stroke-dasharray: 100;
  /* Placeholder value */
  stroke-dashoffset: 100;
  /* Same as stroke-dasharray */
}

.heroBannerMarginTop {
  padding-top: 8rem;
}

@media only screen and (max-width: 991.98px) {
  .heroBannerMarginTop {
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .heroBannerMarginTop {
    padding-top: 8rem;
  }
}

.paddingTop4 {
  padding-top: 4rem;
}

.paddingTop8 {
  padding-top: 6rem;
}

@media only screen and (max-width: 767.98px) {
  .paddingTop8 {
    padding-top: 4rem;
  }
}

.paddingInline4 {
  padding: 4rem 0;
}

.paddingInline6 {
  padding: 6rem 0;
}

@media only screen and (max-width: 767.98px) {
  .paddingInline6 {
    padding: 4rem 0;
  }
}

.paddingInline8 {
  padding: 8rem 0;
}

@media only screen and (max-width: 767.98px) {
  .paddingInline8 {
    padding: 4rem 0;
  }
}

.paddingVertical6 {
  padding: 6rem 0;
}

@media only screen and (max-width: 767.98px) {
  .paddingVertical6 {
    padding: 4rem 0;
  }
}

.paddingLeft8 {
  padding-left: 8rem;
}

@media only screen and (max-width: 767.98px) {
  .paddingLeft8 {
    padding-left: 4rem;
  }
}

.titleBox {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  position: relative;
  padding-bottom: 3.4rem;
}

@media only screen and (max-width: 575.98px) {
  .titleBox {
    padding-bottom: 2.2rem;
  }
}

.titleBox svg {
  height: 1rem;
  width: 1rem;
}

.titleBox .titleText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  white-space: nowrap;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767.98px) {
  .titleBox .titleText {
    font-size: 1.6rem;
  }
}

.gradientButtonDark {
  background-image: linear-gradient(to right, #820325, #ad565d);
}

.gradientButtonMedium {
  background-image: linear-gradient(to right, #ad565d, #d17676);
}

.gradientButtonLite {
  background-image: linear-gradient(to right, #bb716f, #ce9788);
}



.blackBGBtn {
  display: inline;
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  border-radius: 4rem;
  background-color: #820325;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
}

.blackBGBtn:hover {
  background-color: #820325;
  background-image: none;
}

@media only screen and (max-width: 575.98px) {
  .blackBGBtn {
    padding: 1.1rem 2.2rem;
  }
}

.whiteBGBtn {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #000;
  border-radius: 4rem;
  background-color: #fff;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}

.whiteBGBtn:hover {
  background-color: #9b0029;
  color: #fff;
}

@media only screen and (max-width: 575.98px) {
  .whiteBGBtn {
    padding: 1.1rem 2.2rem;
  }
}

.redTransparentBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  border-radius: 4rem;
  border: solid 1.3px #9b0029;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #9b0029;
  font-family: var(--sap-medium);
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}

.redTransparentBtn:hover {
  background: rgba(155, 0, 41, 0.1);
}

@media only screen and (max-width: 575.98px) {
  .redTransparentBtn {
    padding: 1.1rem 2.2rem;
  }
}

.whiteTransparentBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  border-radius: 4rem;
  border: solid 1px #fff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #fff;
  font-family: var(--sap-medium);
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}

.whiteTransparentBtn:hover {
  color: #181818;
  background-color: #fff;
}

@media only screen and (max-width: 575.98px) {
  .whiteTransparentBtn {
    padding: 1.1rem 2.2rem;
  }
}

.blackTransparentBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  border-radius: 4rem;
  border: solid 1px #181818;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #181818;
  font-family: var(--sap-medium);
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}

.blackTransparentBtn:hover {
  color: #fff;
  background-color: #181818;
}

@media only screen and (max-width: 575.98px) {
  .blackTransparentBtn {
    padding: 1.1rem 2.2rem;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1259.98px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.containerSlider {
  max-width: 1320px;
  margin: 0 100% 0 8rem;
  width: 100%;
}

@media only screen and (max-width: 1399.98px) {
  .containerSlider {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1259.98px) {
  .containerSlider {
    max-width: 960px;
  }
}

@media only screen and (max-width: 991.98px) {
  .containerSlider {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767.98px) {
  .containerSlider {
    max-width: 540px;
  }
}

@media only screen and (max-width: 575.98px) {
  .containerSlider {
    max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.footer {
  overflow: hidden;
  position: relative;
}



.footer .footerContainer .topContainer .rightContainer .columnContainer .mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .desktop {
    display: none;
  }

  .footer .footerContainer .topContainer .rightContainer .columnContainer .mobile {

    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}


.lazyblock-publication-home-view-all-ZVyqU5 .blackBarWrapper {
  margin-bottom: 0;
}

.lazyblock-flagship-events-past-edition-cdFGv {
  /*   padding-top: 40px; */
}

.lazyblock-flagship-events-past-edition-cdFGv .content h3 {
  margin-bottom: 15px;
}

.video-gallery iframe {
  border-radius: 15px;
  overflow: hidden;
}

.footerLogoBox {
  margin-bottom: 25px;
}

.footer .footerContainer .circleGradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  /* filter: blur(300px); */
  opacity: 1;
  /* -webkit-filter: blur(300px); */
}

.footer .footerContainer .footerGradient {
  position: absolute;
  left: -2rem;
  top: -10rem;
  width: 45rem;
  height: 24rem;
  height: 35rem;
  z-index: 0;

}

.footer .footerContainer .topContainer {
  display: flex;
  gap: 12%;
  padding: 6rem 0 2rem 0;
  position: relative;
}

@media only screen and (max-width: 575.98px) {
  .footer .footerContainer .topContainer {
    padding: 4rem 0 2rem 0;
  }
}

.footer .footerContainer .topContainer .rightContainer {
  width: 100%;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    row-gap: 1.6rem;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-basis: 25%;
  align-items: flex-start;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer {
    justify-content: space-between;
    grid-column: span 2;
    gap: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .footerLogo {
  height: 9rem;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .footerLogo {
    height: 8.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .footerLogo {
    height: 7rem;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer {
    display: block;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .title {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
  padding-bottom: 1rem;
  font-family: var(--cas-regular);
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .socialBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

@media only screen and (max-width: 575.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .socialBox {
    gap: 1.5rem;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .socialBox .socialLink {
  text-decoration: none;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .socialBox .socialLink svg {
  height: 2.4rem;
  width: 2.4rem;
  display: block;
  transition: all 0.3s ease;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .socialBox .socialLink svg:hover path {
  fill: #9b0029;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .footerLogoBox .socialContainer .socialBox .socialLink svg path {
  transition: all 0.3s ease;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .paraBox {
  width: 85%;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .leftContainer .paraBox p {
  font-family: var(--sap-medium);
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: -0.12px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.footer .footerContainer .topContainer .rightContainer .columnContainer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer ul li a {
  font-family: var(--sap-medium);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer ul li a:hover {
  color: #9b0029;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer {
    display: grid;
    grid-column: span 2;
    place-content: center;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .title {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
  margin-bottom: 0 !important;
  font-family: var(--cas-regular);
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .title {
    display: none;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .socialBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .socialBox {
    display: none;
  }
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .socialBox .socialLink {
  text-decoration: none;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .socialBox .socialLink svg {
  height: 2.4rem;
  width: 2.4rem;
  display: block;
  transition: all 0.3s ease;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .socialBox .socialLink svg:hover path {
  fill: #9b0029;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .socialBox .socialLink svg path {
  transition: all 0.3s ease;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .viewMoreLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  border-radius: 4rem;
  border: solid 1px #181818;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #181818;
  font-family: var(--sap-medium);
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .viewMoreLink:hover {
  color: #fff;
  background-color: #181818;
}

@media only screen and (max-width: 575.98px) {
  .footer .footerContainer .topContainer .rightContainer .columnContainer .socialContainer .viewMoreLink {
    padding: 1.4rem 2rem;
  }
}

.footer .footerContainer .topContainer .rightContainer .formContainer {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .formContainer {
    align-items: flex-start;
    gap: 4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .formContainer .formBox {
    width: 100%;
  }
}

.footer .footerContainer .topContainer .rightContainer .formContainer .formBox .emailHeader {
  font-size: 2rem;
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  color: #181818;
  padding: 1.5rem 0;
}

.footer .footerContainer .topContainer .rightContainer .formContainer .formBox form #email {
  padding: 1.4rem;
  border-radius: 4rem;
  border: solid 1px #181818;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: -0.12px;
  text-align: left;
  color: rgba(24, 24, 24, 0.6);
  min-width: 25vw;
}

@media only screen and (max-width: 1400px) {
  .footer .footerContainer .topContainer .rightContainer .formContainer .formBox form #email {
    min-width: 30vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .formContainer .formBox form #email {
    width: 100%;
  }
}

.footer .footerContainer .topContainer .rightContainer .formContainer .formBox form #submitContact {
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  border-radius: 4rem;
  background-color: #000;
  padding: 2rem 4rem;
  align-self: flex-start;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer .footerContainer .topContainer .rightContainer .formContainer .formBox form #submitContact:hover {
  background-color: #9b0029;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .topContainer .rightContainer .formContainer .formBox form #submitContact {
    margin-top: 1rem;
  }
}

.footer .footerContainer .line {
  background-color: #181818;
  height: 0.5px;
  width: 100%;
  opacity: 0.1;
}

@media only screen and (max-width: 575.98px) {
  .footer .footerContainer .line {
    display: none;
  }
}

.footer .footerContainer .policyContainer {
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 2rem 0;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .policyContainer {
    gap: 4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .footer .footerContainer .policyContainer {
    flex-direction: column-reverse;
    padding: 4rem 0;
    gap: 3rem;
  }
}

.footer .footerContainer .policyContainer .copyrightText {
  color: rgba(24, 24, 24, 0.6);
}

.footer .footerContainer .policyContainer .policy {
  display: flex;
  align-items: center;
  gap: 6rem;
}

@media only screen and (max-width: 767.98px) {
  .footer .footerContainer .policyContainer .policy {
    gap: 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .footer .footerContainer .policyContainer .policy {
    justify-content: space-around;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .footer .footerContainer .policyContainer .policy {
    justify-content: space-between;
  }
}

.footer .footerContainer .policyContainer .policy .PolicyLink {
  color: rgba(24, 24, 24, 0.6);
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer .footerContainer .policyContainer .policy .PolicyLink:hover {
  color: #9b0029;
}

/* Header Section */
.header {
  /* Add styles for the header section here */
  width: 100%;
  font-family: var(--sap-medium);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: transparent;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767.98px) {
  .header {
    /* position: relative; */

  }
}

.header .phoneHeaderContainer {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .header .phoneHeaderContainer {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .phoneHeaderContainer .mainPhoneWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 1.5rem 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .header .phoneHeaderContainer .mainPhoneWrapper {
    padding: 1.5rem 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .phoneHeaderContainer .mainPhoneWrapper {
    padding: 1.5rem 0;
    gap: 4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .header .phoneHeaderContainer .mainPhoneWrapper {
    padding: 1.2rem 0;
    gap: 2.4rem;
  }
}

.header .phoneHeaderContainer .phoneSearchContainer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  justify-content: flex-end;
}

.header .phoneHeaderContainer .phoneSearchContainer.active {
  max-height: 10rem;
  /* Expand to 10rem when active */
}

.header .phoneHeaderContainer .phoneSearchContainer .search-form {
  position: relative;
  border: 1px solid #820325;
  border-radius: 8px;
  overflow: hidden;
  width: 50%;
}

@media only screen and (max-width: 575.98px) {
  .header .phoneHeaderContainer .phoneSearchContainer .search-form {
    width: 100%;
  }
}

.header .phoneHeaderContainer .phoneSearchContainer .search-form .search-input {
  padding: 0.9rem 4.2rem 0.9rem 1.6rem;
  outline: none;
  border: none;
  font-size: 1.6rem;
  font-family: var(--sap-regular);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  width: 100%;

}

.header .phoneHeaderContainer .phoneSearchContainer .footerSearchBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;

}

.header .phoneHeaderContainer .phoneSearchContainer .footerSearchBtn svg {
  height: 2rem;
  width: 2rem;
  display: block;

}

.header .phoneHeaderContainer .phoneLogoBox {
  margin-right: auto;
}

.header .phoneHeaderContainer .phoneLogoBox .phoneLogoLink {
  display: block;
  text-decoration: none;
}

.header .phoneHeaderContainer .phoneLogoBox .phoneLogoLink img {
  /* width: 100%; */
  height: 8.5rem;
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .header .phoneHeaderContainer .phoneLogoBox .phoneLogoLink img {
    height: 7rem;
  }
}

.header .phoneHeaderContainer .searchContainer .searchBox .footerSearchBtn {
  outline: none;
  border: none;
  background: transparent;
}

.header .phoneHeaderContainer .searchContainer .searchBox .footerSearchBtn svg {
  height: 2.4rem;
  width: 2.4rem;
  display: block;
}

.header .phoneHeaderContainer .hamburgerBox svg {
  width: 4.5rem;
  height: 100%;
}

@media only screen and (max-width: 767.98px) {
  .header .phoneHeaderContainer .hamburgerBox svg {
    width: 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .header .phoneHeaderContainer .hamburgerBox svg {
    width: 3.5rem;
  }
}

.header .headerContainer {
  /* Add styles for the container here */
  position: relative;
  /* Navigation Container */
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
  }
}

.header .headerContainer .navContainer {
  /* Add styles for the navigation container here */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 1rem;
  margin-bottom: 1rem;
  z-index: 110;
  /* Logo Box */
  /* Navigation */
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4rem;
    height: 100%;
    padding: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .header .headerContainer .navContainer {
    padding: 2rem;
  }
}

.header .headerContainer .navContainer .logoBox {
  /* Add styles for the logo box here */
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .logoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.header .headerContainer .navContainer .logoBox .logoLink {
  display: block;
  text-decoration: none;
}

.header .headerContainer .navContainer .logoBox .logoLink img {
  /* Add styles for the logo image here */
  height: 100%;
  width: 17rem;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1259.98px) {
  .header .headerContainer .navContainer .logoBox .logoLink img {
    width: 16rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .header .headerContainer .navContainer .logoBox .logoLink img {
    width: 11rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .logoBox .logoLink img {
    width: 100%;
    height: 7rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .header .headerContainer .navContainer .logoBox .logoLink img {
    height: 7rem;
  }
}

.header .headerContainer .navContainer .logoBox .logoLink .logoColoured,
.header .headerContainer .navContainer .logoBox .logoLink .logoWhite {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .logoBox .logoLink .logoColoured {
    display: block !important;
  }

  .header .headerContainer .navContainer .logoBox .logoLink .logoWhite {
    display: none !important;
  }
}

.header .headerContainer .navContainer .logoBox .sideNavCloseBtn {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .logoBox .sideNavCloseBtn {
    display: block;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
  }
}

.header .headerContainer .navContainer .logoBox .sideNavCloseBtn svg {
  height: 4rem;
  width: 4rem;
  display: block;
}

@media only screen and (max-width: 600px) {
  .header .headerContainer .navContainer .logoBox .sideNavCloseBtn svg {
    height: 4rem;
    width: 4rem;
  }
}


.header .headerContainer .navContainer .logoBox .sideNavCloseBtn svg path {
  stroke: #181818;
}

.header .headerContainer .navContainer .nav {
  /* Add styles for the navigation here */
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 2.4rem;
  /* Navigation List */
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.header .headerContainer .navContainer .nav .navList {
  /* Add styles for the navigation list here */
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.8rem;
  /* Navigation Item */
}

@media only screen and (max-width: 1300px) {
  .header .headerContainer .navContainer .nav .navList {
    gap: 1rem;
  }
}

@media only screen and (max-width: 1150px) {
  .header .headerContainer .navContainer .nav .navList {
    gap: 0.6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem {
  /* Add styles for each navigation item here */
  display: flex;
  align-items: center;
  padding: 4px 8px;
  color: #181818;
  /* cursor: pointer; */
  border-radius: 5px;
  transition: all 0.3s ease;
  gap: 4px;
  /* Navigation Link */
}

@media only screen and (max-width: 991.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem {
    padding: 4px;
    gap: 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem {
    color: #fff;
    padding: 4px 0;
    gap: 8px;
  }
}

@media only screen and (min-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem:hover {
    background-color: #ae904f;
    color: #fff;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .navLink {
  /* Add styles for the navigation link here */
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  display: block;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 991.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .navLink {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .navLink {
    color: #181818;
    font-size: 1.6rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem span {
  display: flex;
}

.header .headerContainer .navContainer .nav .navList .navItem span svg {
  height: 1.6rem;
  width: 1.6rem;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem span svg {
    transform: rotate(-90deg);
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem span svg path {
    stroke: #181818;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer {
  position: absolute;
  left: 0;
  top: -100rem;
  z-index: -1;
  padding: 0;
  width: 100%;
  background-color: #fff;
  height: auto;
  display: flex;
  transition: all 0.4s ease;
  border-bottom: solid 10px #820325;
  border-radius: 0 0 10rem 10rem;
}

@media only screen and (max-width: 1259.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer {
    padding: 0 4%;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer {
    top: 0;
    z-index: 1;
    height: 100%;
    padding: 4rem 6%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    transform: translateX(100%);
    border-radius: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer {
    padding: 4rem 30px 8rem 30px;
    gap: 3rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .headerShadowBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12rem;
  box-shadow: 0 -9px 44px 10px rgba(130, 3, 37, 0.3);
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .headerShadowBox {
    display: none;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .goBackBtn {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .goBackBtn {
    display: flex;
    align-items: center;
    gap: 8px;
    outline: none;
    background: transparent;
    border: none;
    cursor: pointer;
    width: max-content;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .goBackBtn svg {
  height: 2rem;
  width: 2rem;
  display: block;
  margin-bottom: 3px;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .goBackBtn svg path {
  stroke: #181818;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .goBackBtn p {
  font-family: var(--cas-regular);
  color: #181818;
  line-height: 1;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .dropdownBox {
  width: 100%;
  padding: 0rem 0 6rem 0;
  margin-top: 16rem;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .dropdownBox {
    transition: all 0.3s ease;
    margin-top: 0;
    padding: 0 !important;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*   column-gap: 4rem; */
  align-self: flex-end;
}

@media only screen and (max-width: 1000px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown {
    grid-template-columns: repeat(4, 1fr);
    /*     column-gap: 3rem; */
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    overflow-y: scroll;
    height: 100%;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink {
  height: 100%;
  text-decoration: none;
  /*   border-top: 0.5px solid #ae904f; */
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink {
    /*   border-top: none; */
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink:hover .itemBox .itemHeading {
  color: #ae904f;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink .itemBox {
  padding: 0 2rem 2rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink .itemBox {
    padding: 1rem 0;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink .itemBox .itemLogo {
  height: 5.5rem;
  width: 5.5rem;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink .itemBox .itemLogo {
    height: 5rem;
    width: 5rem;
    padding: 0;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink .itemBox .itemHeading {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #181818;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .researchDropdown .itemLink .itemBox .itemDesc {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown {
    flex-direction: column-reverse;
    height: 100%;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left {
    flex-direction: column;
    gap: 2rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .profileImg {
  width: auto;
  height: 24rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  /* 	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25); */
}

@media only screen and (max-width: 1200px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .profileImg {
    height: 20rem;
  }
}


@media only screen and (max-width: 1000px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .profileImg {
    height: 16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .profileImg {
    height: unset;
    width: 50%;
  }
}


@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .teamImg {
    height: unset;
    width: 100%;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .profileName {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .left .profileDesignation {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 4rem;
  row-gap: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .right {
    justify-items: flex-start;
    grid-template-columns: repeat(1, 1fr);
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .right .itemLink {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: right;
  color: #181818;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .peopleDropdown .right .itemLink:hover {
  color: #ae904f;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown {
    flex-direction: column;
    /*     justify-content: flex-end; */
    gap: 4rem;
    height: 100%;
    overflow-y: scroll;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left {
  display: flex;
  gap: 2rem;
}



@media only screen and (max-width: 1000px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left {
    gap: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left {
    gap: 1rem;
    flex-wrap: wrap;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink {
  text-decoration: none;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink .profileBlock .profileImg {
  width: 18.5rem;
  height: 27.5rem;
  margin-bottom: 0.8rem;
  /*     border: 1px solid #181818; */
  border-radius: 8px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1000px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink .profileBlock .profileImg {
    width: 10rem;
    height: 18rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink .profileBlock .profileImg {
    height: 100%;
    width: 100%;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .leftVertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .leftVertical {
    gap: 2rem;
  }
}


.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .leftVertical .profileBlock .profileImg {
  height: 100%;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink .profileBlock .profileName {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
}

@media only screen and (max-width: 991.98px) {

  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink .profileBlock .profileName {
    font-size: 1.6rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .left .profileLink .profileBlock .profileDesignation {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right {
  display: flex;
  gap: 4rem;
}

@media only screen and (max-width: 1000px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right {

    gap: 3rem;

  }
}


@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right {
    width: 100%;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right .column {
    gap: 2rem;
  }

}


.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right .itemLink {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: right;
  color: #181818;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right .itemLink {
    font-size: 1.6rem;
  }

}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .publicationDropdown .right .itemLink:hover {
  color: #ae904f;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown {
    flex-direction: column-reverse;
    height: 100%;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left {
  display: flex;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left {
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left .profileBlock .profileImg {
  width: 24rem;
  margin-bottom: 1.2rem;
  object-fit: contain;
  height: 24rem;
  border-radius: 1rem;
  /* 	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25); */
}

@media only screen and (max-width: 991.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left .profileBlock .profileImg {
    width: 18rem;
    height: 18rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left .profileBlock .profileImg {
    height: 17rem;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left .profileBlock .profileImg {
    height: 15rem;
    margin-bottom: 1rem;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left .profileBlock .profileName {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .left .profileBlock .profileDesignation {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 4rem;
  row-gap: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .right {
    justify-items: flex-start;
  }
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .right .itemLink {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: right;
  color: #181818;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header .headerContainer .navContainer .nav .navList .navItem .dropdownContainer .aboutDropdown .right .itemLink:hover {
  color: #ae904f;
}

.header .headerContainer .navContainer .nav .navList .searchContainer {
  /* Add styles for the search container here */
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.53, 0.22, 0.47, 0.93);
  /* Search Box */
}

@media only screen and (max-width: 767.98px) {
  .header .headerContainer .navContainer .nav .navList .searchContainer {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}

.header .headerContainer .navContainer .nav .navList .searchContainer .searchBox {
  /* Add styles for the search box here */
  position: relative;
  width: 100%;
  border-radius: 1rem;
  border: solid 1px #820325;
  overflow: hidden;
}

.header .headerContainer .navContainer .nav .navList .searchContainer .searchBox .search-input {
  padding: 0.9rem 4.2rem 0.9rem 1.6rem;
  outline: none;
  border: none;
  font-size: 1.6rem;
  font-family: var(--sap-regular);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  width: 100%;
}

.header .headerContainer .navContainer .nav .navList .searchContainer .searchBox .search-input::placeholder {
  color: #820325;
  /* Replace #999 with your desired color */
}

.header .headerContainer .navContainer .nav .navList .searchContainer .searchBox .footerSearchBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.header .headerContainer .navContainer .nav .navList .searchContainer .searchBox .footerSearchBtn svg {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
}

.headerWhiteBG {
  background-color: #fff;
  box-shadow: 0 -9px 44px 10px rgba(0, 0, 0, 0.15);
}

.headerBlackBG {
  background-color: #1d1d1d;
  box-shadow: 0 -9px 44px 10px rgba(255, 255, 255, 0.15);
  /* White shadow */
}

.headerTransparentBG {
  background-color: transparent;
}

@media only screen and (min-width: 770px) {
  .all-nav-links-white .navLink {
    color: #fff !important;
  }

  .all-nav-links-black .navLink {
    color: #181818 !important;
  }

  /* 	.transparent-white {
		color: #fff !important;
	} */

  .all-nav-links-white .dropArrow svg path {
    stroke: #fff !important;
  }

  .all-nav-links-black .dropArrow svg path {
    stroke: #181818 !important;
  }

  .researchNav:hover .dropdownContainer {
    top: 0 !important;
  }

  .researchNav:hover .dropdownContainer .dropdownBox {
    opacity: 1 !important;
  }

  .researchNav:hover svg {
    transform: rotate(180deg);
  }

  /* 
  .researchNav:hover svg path {
    stroke: #fff;
  }

  .researchNav:hover .navLink {
    color: #fff;
  }

 
  .researchNav:hover~.logoLink .logoWhite {
    display: block !important;
  }

 
  .researchNav:hover~.logoLink .logoColoured {
    display: none !important;
  } */
}

.researchVerticalDetailsPage .bannerWrapper .heroContainer {
  padding: 0rem 0 6.4rem;
}

.bannerWrapper .heroContainer {
  padding: 6.4rem 0 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer {
    gap: 3rem;
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerWrapper .heroContainer {
    /*     padding: 2rem 0; */
    gap: 2rem;
  }
}

.bannerWrapper .heroContainer .topContainer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .bannerWrapper .heroContainer .topContainer {
    gap: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerWrapper .heroContainer .topContainer {
    gap: 1rem;
  }
}

.bannerWrapper .heroContainer .topContainer .heroGradient {
  position: absolute;
  left: -50%;
  top: 0%;
  transform: translate(-50%, -50%);
  height: 46rem;
  width: 46rem;
  opacity: 0;
  /* Start with opacity 0 */
  transition: opacity 0.5s ease;
}

@keyframes gradientMove {
  0% {
    left: 0%;
    top: 5%;
    opacity: 0;
  }

  5% {
    left: 0%;
    top: 5%;
    opacity: 1;
  }

  25% {
    left: 50%;
    top: 75%;
    opacity: 1;
  }

  75% {
    left: 70%;
    top: 75%;
    opacity: 0;
  }

  100% {
    left: 0%;
    top: 5%;
    opacity: 0;
  }
}

.heroGradient.animate {
  animation: gradientMove 18s ease-in-out;
}

.bannerWrapper .heroContainer .buttonBox {
  margin-left: 5rem;
  display: none;
  align-items: center;
  gap: 3rem;
  /* cursor: pointer; */
  /* position: absolute;
  left: 5rem;
  bottom: 0;
  z-index: 5; */
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .buttonBox {
    display: none;
    margin-left: 0rem;
  }
}

.bannerWrapper .heroContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.bannerWrapper .heroContainer .topContainer .buttonBox {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: absolute;
  left: 5rem;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .buttonBox {
    display: none;
  }
}

.bannerWrapper .heroContainer .topContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.bannerWrapper .heroContainer .topContainer .numberBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .numberBox {
    flex-direction: row;
    gap: 2.4rem;
    height: 100%;
  }
}

.bannerWrapper .heroContainer .topContainer .numberBox .numberText {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .numberBox .numberText {
    line-height: 1;
  }
}

.bannerWrapper .heroContainer .topContainer .numberBox .line {
  background-color: rgba(0, 0, 0, 0.2);
  width: 2px;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .numberBox .line {
    height: 2px;
    width: 100%;
  }
}

.bannerWrapper .heroContainer .topContainer .numberBox .line .highlight {
  position: absolute;
  width: 2px;
  background-color: #000;
  height: 100%;
  border-radius: 2px;
  top: 0;
  animation: none;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .numberBox .line .highlight {
    height: 2px;
    width: 100%;
    transition: width 5s linear;
    animation: none;
  }
}

.bannerWrapper .heroContainer .topContainer .contentWrapper {
  display: flex;
  width: 96%;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper {
    width: 100%;
  }
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 1;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox {
    gap: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox {
    gap: 1.5rem;
  }
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Ensure content is spaced out */
  align-self: stretch;
  /* Added to take full height */
  width: 38%;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox {
    padding-top: 0;
    width: 100%;
  }
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .cardTag {
  font-family: var(--sap-medium);
  background-color: #d3d3d3;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  width: fit-content;
  width: -webkit-fit-content;
  margin-bottom: 1rem;
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .cardTagGolden {
  background-color: #AE904F !important;
  color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .cardTag {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .cardTag {
    font-size: 1.2rem;
  }
}

/* @media only screen and (max-width: 480px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .cardTag {
    font-size: 1.2rem;
  }
} */

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .headingText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .paraText {
  color: rgba(24, 24, 24, 0.88);
  padding-bottom: 1.2rem;
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .paraText p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer {
  width: 60%;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer {
    width: 100%;
  }
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer .imgHolder {
  position: relative;
  display: block;
  border-radius: 2rem;
  /*   padding-top: 56.25%; */
  background-color: #c4c4c4;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.bannerWrapper .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer .imgHolder img {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top left;
  aspect-ratio: 16/9;
}

.bannerWrapper .heroContainer .bottomContainer .wrapper {
  display: flex;
  align-items: stretch;
  border: 1px solid #bbb;
  border-radius: 2rem;
  background-color: #fff;

  /* Remove left margin from the first .slideBox */
  /* Remove right margin from the last .slideBox */
}

@media only screen and (max-width: 600px) {
  .bannerWrapper .heroContainer .bottomContainer .wrapper {
    display: none;
  }
}

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox {
  flex-basis: 20%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  cursor: pointer;
}

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox .slideBox {
  padding: 1.2rem;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  border-radius: 2rem;
  height: 100%;
  width: 100%;
  color: #181818;
}

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox .slideBox p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.16px;
  text-align: left;
  font-family: var(--sap-regular);
}

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox:first-child {
  margin-left: 0;
}

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox:last-child {
  margin-right: 0;
}

/* 
.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox:not(:last-child) {
  border-right: 0.9px solid #181818;
} */

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox:not(:last-child) {
  position: relative;
}

.bannerWrapper .heroContainer .bottomContainer .wrapper .slideMainBox:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  /* Align to the right edge */
  top: 50%;
  /* Start from the middle */
  transform: translateY(-50%);
  /* Center vertically */
  height: 70%;
  /* Adjust this value for the desired height */
  border-right: 1px solid #bbb;
  /* Match your existing border style */
}

.bannerWrapper .heroContainer .bottomContainer .buttonBox {
  margin-top: auto;
  display: none;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  padding-top: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .heroContainer .bottomContainer .buttonBox {
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .bannerWrapper .heroContainer .bottomContainer .buttonBox {
    padding-top: 0;
  }
}

.bannerWrapper .heroContainer .bottomContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.bannerWrapper .slick-list {
  overflow: hidden;
  width: 100%;
}



.bannerWrapper .wrapper .slideBox.slick-active {
  border-right: 1px solid #000;
}

.bannerWrapper .wrapper .slick-track {
  display: flex !important;
  align-items: stretch;
  height: 100%;
}

.sectionWrapper1 {
  position: relative;
  margin-top: 0rem;
}

.sectionWrapper1 .viewMoreBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}

#projectBtn1 {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  #projectBtn1 {
    display: flex;
  }
}



@media only screen and (max-width: 575.98px) {
  #projectBtn2 {
    display: none;
  }
}

.sectionWrapper1 .sectionGradient {
  position: absolute;
  left: 55%;
  top: 0;
  transform: translate(-50%, -10%);
  height: 60rem;
  width: 60rem;
  z-index: -1;
  opacity: .5;
}

.sectionWrapper1 .headingBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.sectionWrapper1 .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
}

.sectionWrapper1 .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapper1 .cardsWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper1 .cardsWrapper {
    gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapper1 .cardsWrapper {
    display: flex;
    gap: 2rem;
    width: 100%;
  }
}

.sectionWrapper1 .cardsWrapper .cardLink {
  text-decoration: none;
  flex-basis: 33.33%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .cardsWrapper .cardLink {
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapper1 .cardsWrapper .cardLink {
    margin: 0 0.5rem;
  }
}

.sectionWrapper1 .cardsWrapper .cardLink .cardBlock .projectImgBox {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.sectionWrapper1 .cardsWrapper .cardLink .cardBlock .projectImgBox .projectImg {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
  will-change: transform;
  aspect-ratio: 16/9;
  object-position: top;
}

.sectionWrapper1 .cardsWrapper .cardLink .cardBlock .yearText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.sectionWrapper1 .cardsWrapper .cardLink .cardBlock .yearText .type {

  font-family: var(--sap-medium);
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
  background-color: rgba(211, 211, 211, 0.7);
}



@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .cardsWrapper .cardLink .cardBlock .yearText {
    padding: 1rem 0;
  }
}

.sectionWrapper1 .cardsWrapper .cardLink .cardBlock .cardHeadingText {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  transition: all 0.3s ease;
}

.sectionWrapper1 .cardsWrapper .cardLink:hover .projectImg {
  transform: scale(1.05);
}

.sectionWrapper1 .cardsWrapper .cardLink:hover .cardHeadingText {
  color: #9b0029;
}

.sectionWrapper1 .ctaContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 6.4rem;
  margin-bottom: .4rem;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper1 .ctaContainer {
    gap: 2.4rem;
    margin-top: 5.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .ctaContainer {
    gap: 2rem;
    margin-top: 3.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapper1 .ctaContainer {
    gap: 1.2rem;
    margin-top: 1.2rem;
  }
}

.sectionWrapper1 .ctaContainer .cardCTA {
  font-family: var(--sap-bold);
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  height: 8rem;
  border-radius: 1rem;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .ctaContainer .cardCTA {
    font-size: 1.4rem;
    height: 6.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapper1 .ctaContainer .cardCTA {
    height: 5.4rem;
  }
}

.sectionWrapper2 {
  border-radius: 10rem;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper2 {
    flex-direction: column;
    gap: 4rem;
    border-radius: 6rem;
  }
}

.sectionWrapper2 .sectionWrapper2Container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 4rem;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper2 .sectionWrapper2Container {
    justify-content: space-between;
    /*     gap: 8vw; */
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper2 .sectionWrapper2Container {
    flex-direction: column;
    gap: 4rem;
  }
}

.sectionWrapper2 .sectionWrapper2Container .opWave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 54rem;
  width: auto;
}

@media only screen and (max-width: 1200px) {
  .sectionWrapper2 .sectionWrapper2Container .opWave {
    height: 48rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper2 .sectionWrapper2Container .opWave {
    height: 44rem;
  }
}

.sectionWrapper2 .sectionWrapper2Container .leftContainer {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  /*   .sectionWrapper2 .sectionWrapper2Container .leftContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper2 .sectionWrapper2Container .leftContainer .headingWrapper .titleBox {
    padding-bottom: 1rem;
  }
}

.sectionWrapper2 .sectionWrapper2Container .leftContainer .titleBox .titleText {
  color: #fff;
}

.sectionWrapper2 .sectionWrapper2Container .leftContainer .headingWrapper .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  /*   padding-bottom: 2rem; */
  margin-bottom: 0;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapper2 .sectionWrapper2Container .leftContainer .headingWrapper .titleHeading {
    padding-bottom: 0;
  }
}

.sectionWrapper2 .sectionWrapper2Container .leftContainer .headingWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}

.sectionWrapper2 .sectionWrapper2Container .leftContainer .headingWrapper .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapper2 .sectionWrapper2Container .rightContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  flex-basis: 60%;
  position: relative;
}


.sectionWrapper2 .sectionWrapper2Container .rightContainer .slick-track {
  display: flex !important;
}

.sectionWrapper2 .sectionWrapper2Container .rightContainer .slick-slide {
  height: inherit !important;
}



@media only screen and (max-width: 991.98px) {
  .sectionWrapper2 .sectionWrapper2Container .rightContainer {
    flex-basis: 70%;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper2 .sectionWrapper2Container .rightContainer {
    gap: 2rem;
    display: flex;
  }
}

.sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  transition: all 0.3s ease;
  will-change: transform;
}

.sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink .cardBlock {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  border-bottom: 8px solid #ae904f;
  transition: all 0.3s ease;
  height: 100%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink .cardBlock {
    margin: 0 1rem;
  }
}

.sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink .cardBlock .cardHeading {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-semibold);
}

.sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink .cardBlock .cardPara p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-bold);
}

@media only screen and (min-width: 770px) {
  .sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink:hover {
    transform: translateY(-6px);
  }
}

@media only screen and (min-width: 770px) {
  .sectionWrapper2 .sectionWrapper2Container .rightContainer .cardLink:hover .cardBlock {
    box-shadow: 0 2.5px 5px 1px rgba(0, 0, 0, 0.4);
  }
}

.sectionWrapper2 .sectionWrapper2Container .buttonBox {
  display: none;
  align-items: center;
  gap: 3rem;
  position: relative;
  justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper2 .sectionWrapper2Container .buttonBox {
    display: flex;
  }
}

.sectionWrapper2 .sectionWrapper2Container .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.sectionWrapper3 {
  position: relative;
}

.sectionWrapper3 .publiGradient {
  position: absolute;
  right: 20%;
  top: 70%;
  transform: translate(-50%, -50%);
  height: 60rem;
  width: 60rem;
  opacity: .5;
}

.sectionWrapper3 .titleBox {
  /*   padding-bottom: 2rem; */
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .titleBox {
    /*     padding-bottom: 1rem; */
  }
}

.sectionWrapper3 .headingBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.sectionWrapper3 .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 0;
}

.sectionWrapper3 .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapper3 .sliderMainContainer {
  display: flex;
  align-items: center;
  gap: 8vw;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper3 .sliderMainContainer {
    gap: 4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}

.sectionWrapper3 .sliderMainContainer .leftContainer {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  transform: translateY(-8rem);
}

@media only screen and (max-width: 850px) {
  .sectionWrapper3 .sliderMainContainer .leftContainer {
    gap: 4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .leftContainer {
    display: none;
  }
}

.sectionWrapper3 .sliderMainContainer .leftContainer svg {
  width: 23rem;
  display: block;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper3 .sliderMainContainer .leftContainer svg {
    width: 21rem;
  }
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  width: 90%;
}

/* .sectionWrapper3 .sliderMainContainer .sliderWrapper .slick-list{
  overflow: visible;
} */


@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .sliderWrapper {
    width: 100%;
  }
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink {
  text-decoration: none;
  flex-basis: 33.33%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink {
    flex-basis: unset;
    padding-inline: 1rem;
    padding: 1.5rem;
  }
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .projectImgBox {
  overflow: hidden;
  border-radius: 2rem;
  /* border: 1px solid #aeaeae; */
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .projectImgBox {
    /* box-shadow: none; */
  }
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .projectImgBox .projectImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
  will-change: transform;
  aspect-ratio: 2/2.8;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .projectImgBox .projectImg {
    /*     aspect-ratio: unset; */
  }
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText {
    padding: 1rem 0;
  }
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText .type {
  font-family: var(--sap-medium);
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
  background-color: rgba(211, 211, 211, 0.7);
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .cardHeadingText {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  transition: all 0.3s ease;
  padding-bottom: 1.5rem;
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink .cardBlock .cardPara p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink:hover .projectImg {
  transform: scale(1.05);
}

.sectionWrapper3 .sliderMainContainer .sliderWrapper .cardLink:hover .cardHeadingText {
  color: #9b0029;
}

.sectionWrapper3 .sliderMainContainer .buttonBox {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper3 .sliderMainContainer .buttonBox {
    display: flex;
    gap: 3rem;
  }
}

.sectionWrapper3 .sliderMainContainer .buttonBox svg {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  user-select: none;
}

.buttonBox svg:hover path {
  stroke: #9b0029;
}

.buttonBox svg path {
  transition: all 0.3s ease;
}

.aboutUs-banner {
  position: relative;
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
}

.aboutUs-banner .container2 {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 60vh;
}

.aboutUs-banner .container2.main {
  height: auto;
}

.aboutUs-banner .container2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutUs-banner .container2 .layer {
  width: 100%;
  height: 50%;
  z-index: 1;
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.aboutUs-info {
  position: relative;
  padding: 8rem 6%;
}

.aboutUs-info .container2 {
  display: flex;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  gap: 5rem;
}

.aboutUs-info .container2 .blob1 {
  position: absolute;
  bottom: -117%;
  left: -21%;
  z-index: -1;
  width: 100rem;
}

.aboutUs-info .container2 .c1 {
  width: 30%;
}

.aboutUs-info .container2 .c1 img {
  height: fit-content;
  height: -webkit-fit-content;
}

.aboutUs-info .container2 .c2 {
  width: 70%;
}

.aboutUs-info .container2 .c2 h1 {
  font-family: var(--cas-regular);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  display: flex;
  gap: 1.6rem;
  align-items: baseline;
  margin-bottom: 3.4rem;
}

@media only screen and (max-width: 767.98px) {
  .aboutUs-info .container2 .c2 h1 {
    font-size: 1.6rem;
    gap: 1rem;
  }
}


.aboutUs-info .container2 .c2 h1 img {
  margin-bottom: 0.7rem;
}

.aboutUs-info .container2 .c2 p {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}

.aboutUs-info .container2 .c2 p mark {
  /* font-weight: 800; */
  font-family: var(--sap-bold);
}

.aboutUs-info .container2 .c2 p span {
  color: #ae904f;
  font-weight: 800;
}

.aboutUs-Image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.aboutUs-Image img {
  width: 100%;
}

.aboutUs-textBlock {
  padding: 8rem 6%;
}

.aboutUs-textBlock .container2 {
  display: flex;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  gap: 4rem;
}

.aboutUs-textBlock .container2 .c1 {
  width: 70%;
}

.aboutUs-textBlock .container2 .c1 .head {
  margin-bottom: 2rem;
}

.aboutUs-textBlock .container2 .c1 .head h1 {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}

.aboutUs-textBlock .container2 .c1 .block {
  margin-bottom: 1.9rem;
}

.aboutUs-textBlock .container2 .c1 .block h1 {
  font-family: var(--sap-bold);
  font-size: 3.2rem;
  /* font-weight: 600; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #ae904f;
}

.aboutUs-textBlock .container2 .c1 .block p {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  max-width: 80%;
}

.aboutUs-textBlock .container2 .c2 {
  display: flex;
  align-items: center;
  width: 30%;
}

.aboutUs-textBlock .container2 .c2 svg {
  width: 100%;
  object-fit: contain;
}

.aboutUs-ourVision {
  border-radius: 10rem;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  position: relative;
  overflow: hidden;
}

.aboutUs-ourVision .bg {
  position: absolute;
  left: 0;
  bottom: -17%;
}

.aboutUs-ourVision .bg img {
  width: 100%;
  height: 100%;
}

.aboutUs-ourVision .container2 {
  display: flex;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  gap: 7rem;
  padding: 7.2rem 4%;
}

@media only screen and (max-width: 950px) {
  .aboutUs-ourVision .container2 {
    gap: 4rem;
  }
}

.aboutUs-ourVision .container2 .c1 {
  width: 40%;
}

@media only screen and (max-width: 950px) {
  .aboutUs-ourVision .container2 .c1 {
    width: 30%;
  }
}

.aboutUs-ourVision .container2 .c1 h1 {
  font-family: var(--cas-regular);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #fff;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.4rem;
  align-items: baseline;
}

@media only screen and (max-width: 767.98px) {
  .aboutUs-ourVision .container2 .c1 h1 {
    font-size: 1.6rem;
    gap: 1rem;
  }
}

.aboutUs-ourVision .container2 .c1 h1 img {
  margin-bottom: 0.7rem;
  filter: invert(1);
}

.aboutUs-ourVision .container2 .c1 h2 {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.aboutUs-ourVision .container2 .c1 h2 mark {
  /* font-weight: 800; */
  font-family: var(--sap-bold);
}

.aboutUs-ourVision .container2 .c1 h2 span {
  color: #ae904f;
}

.aboutUs-ourVision .container2 .c2 {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

@media only screen and (max-width: 950px) {
  .aboutUs-ourVision .container2 .c2 {
    width: 70%;
  }
}

.aboutUs-ourVision .container2 .c2 .block {
  position: relative;
  background-color: #ffffff;
  padding: 4.4rem 2.4rem 2.1rem;
  border-top: 10px solid #a48654;
  border-radius: 2rem 2rem 2rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.aboutUs-ourVision .container2 .c2 .block .num h1 {
  font-family: var(--cas-semibold);
  font-size: 9.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.96px;
  text-align: left;
  color: rgba(24, 24, 24, 0.2);
}

@media only screen and (max-width: 950px) {
  .aboutUs-ourVision .container2 .c2 .block .num h1 {
    font-size: 7.6rem;
  }
}

.aboutUs-ourVision .container2 .c2 .block .text p {
  font-family: var(--cas-semibold);
  font-size: 3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.32px;
  text-align: left;
  color: #181818;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 950px) {
  .aboutUs-ourVision .container2 .c2 .block .text p {
    font-size: 2rem;
  }
}

.aboutUs-legacy {
  padding: 8rem 6% 3rem;
  position: relative;
}

.aboutUs-legacy .blob1 {
  position: absolute;
  bottom: -8%;
  right: -21%;
  z-index: -1;
  width: 100rem;
}

.aboutUs-legacy .container2 {
  display: flex;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  gap: 3.5rem;
  flex-direction: column;
}

.aboutUs-legacy .container2 .upper,
.aboutUs-legacy .container2 .lower {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.aboutUs-legacy .container2 .upper img,
.aboutUs-legacy .container2 .lower img {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}

.aboutUs-legacy .container2 .upper .c1,
.aboutUs-legacy .container2 .lower .c1 {
  width: 60%;
}

.aboutUs-legacy .container2 .upper .c1 h1,
.aboutUs-legacy .container2 .lower .c1 h1 {
  font-family: var(--cas-semibold);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  margin-bottom: 3.4rem;
  display: flex;
  gap: 1.6rem;
  align-items: baseline;
}

@media only screen and (max-width: 767.91px) {

  .aboutUs-legacy .container2 .upper .c1 h1,
  .aboutUs-legacy .container2 .lower .c1 h1 {
    font-size: 1.6rem;
    gap: 1rem;
  }
}



.aboutUs-legacy .container2 .upper .c1 h1 img,
.aboutUs-legacy .container2 .lower .c1 h1 img {
  margin-bottom: 0.7rem;
}

.aboutUs-legacy .container2 .upper h2,
.aboutUs-legacy .container2 .lower h2 {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-bottom: 3.2rem;
}

.aboutUs-legacy .container2 .upper h2 span,
.aboutUs-legacy .container2 .lower h2 span {
  color: #ae904f;
}

.aboutUs-legacy .container2 .upper p,
.aboutUs-legacy .container2 .lower p {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
}

.aboutUs-legacy .container2 .lower .c1 {
  width: 40%;
}

.aboutUs-legacy .container2 .lower .c2 {
  width: 60%;
}

.aboutUs-legacy .container2 .image {
  position: relative;
}

.aboutUs-legacy .container2 .image img {
  width: 100%;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}

.aboutUs-profile {
  padding: 2rem 6% 6.5rem;
}

.aboutUs-profile .container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  gap: 3.5rem;
}

.aboutUs-profile .container2 .block {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.aboutUs-profile .container2 .block .c1 {
  border-bottom: solid 4px #820325;
  border-radius: 0 0 2.5rem 2.5rem;
  width: 50%;
}

.aboutUs-profile .container2 .block .c1 .image {
  position: relative;

}

.aboutUs-profile .container2 .block .c1 .image svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.aboutUs-profile .container2 .block .c1 .text {
  padding: 1.2rem;
}

.aboutUs-profile .container2 .block .c1 .text h1 {
  font-family: var(--cas-semibold);
  font-size: 2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.aboutUs-profile .container2 .block .c1 .text p {
  font-family: var(--sap-regular);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.aboutUs-profile .container2 .block .c2 {
  width: 50%;
}

.aboutUs-profile .container2 .block .c2 p {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

@media only screen and (max-width: 768px) {
  .aboutUs-banner {
    border-radius: 0 0 2rem 2rem;
  }

  .aboutUs-banner .container2 {
    border-radius: 0 0 2rem 2rem;
  }

  .aboutUs-banner .container2 img {
    height: 35rem;
    object-fit: cover;
  }

  .aboutUs-info {
    padding: 5rem 6%;
  }

  .aboutUs-info .container2 {
    flex-direction: column;
  }

  .aboutUs-info .container2 .c1 {
    width: 100%;
    display: none;
  }

  .aboutUs-info .container2 .c1 img {
    width: 10rem;
  }

  .aboutUs-info .container2 .c2 {
    width: 100%;
  }

  .aboutUs-info .container2 .c2 h1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .aboutUs-info .container2 .c2 p {
    font-size: 2.2rem;
  }

  .aboutUs-textBlock {
    padding: 5rem 6%;
  }

  .aboutUs-textBlock .container2 {
    flex-direction: column;
  }

  .aboutUs-textBlock .container2 .c1 {
    width: 100%;
  }

  .aboutUs-textBlock .container2 .c1 .head h1 {
    font-size: 2.2rem;
  }

  .aboutUs-textBlock .container2 .c1 .block h1 {
    font-size: 2.2rem;
  }

  .aboutUs-textBlock .container2 .c1 .block p {
    font-size: 1.2rem;
  }

  .aboutUs-textBlock .container2 .c2 {
    width: 100%;
  }

  .aboutUs-ourVision {
    border-radius: 3rem;
  }

  .aboutUs-ourVision .container2 {
    padding: 4.2rem 4%;
    flex-direction: column;
    gap: 3rem;
  }

  .aboutUs-ourVision .container2 .c1 {
    width: 100%;
  }

  .aboutUs-ourVision .container2 .c1 h1 {
    margin-bottom: 1.5rem;
  }

  .aboutUs-ourVision .container2 .c1 h2 {
    font-size: 2.2rem;
  }

  .aboutUs-ourVision .container2 .c2 {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .aboutUs-legacy {
    padding: 4rem 6% 3rem;
  }

  .aboutUs-legacy .container2 {
    flex-direction: column;
  }

  .aboutUs-legacy .container2 .upper {
    flex-direction: column;
  }

  .aboutUs-legacy .container2 .upper .c1 {
    width: 100%;
  }

  .aboutUs-legacy .container2 .upper .c1 h1 {
    font-size: 1.6rem;
  }

  .aboutUs-legacy .container2 .upper .c1 h2 {
    font-size: 2.2rem;
  }

  .aboutUs-legacy .container2 .upper .c1 p {
    font-size: 1.4rem;
  }

  .aboutUs-legacy .container2 .upper .c2 {
    width: 100%;
  }

  .aboutUs-legacy .container2 .upper .c2 img {
    width: 100%;
  }

  .aboutUs-legacy .container2 .lower {
    flex-direction: column;
  }

  .aboutUs-legacy .container2 .lower .c1 {
    width: 100%;
  }

  .aboutUs-legacy .container2 .lower .c1 img {
    width: 100%;
  }

  .aboutUs-legacy .container2 .lower .c2 {
    width: 100%;
  }

  .aboutUs-legacy .container2 .lower p {
    font-size: 1.4rem;
  }

  .aboutUs-profile .container2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }

  .aboutUs-profile .container2 .block {
    gap: 1.5rem;
  }

  .aboutUs-profile .container2 .block .c1 .text h1 {
    font-size: 1.6rem;
  }

  .aboutUs-profile .container2 .block .c1 .text p {
    font-size: 1.2rem;
  }

  .aboutUs-profile .container2 .block .c2 p {
    font-size: 1.2rem;
  }
}

.bannerBlack {
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  border-bottom: solid 10px #820325;
  overflow: hidden;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack {
    border-radius: 0 0 6rem 6rem;
  }
}

.bannerBlack .bannerWave {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 56rem;
}

@media only screen and (max-width: 1259.98px) {
  .bannerBlack .bannerWave {
    width: 60rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .bannerBlack .bannerWave {
    width: 55rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .bannerWave {
    width: 45rem;
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerBlack .bannerWave {
    width: 35rem;
  }
}

.bannerBlack .bannerContainer {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.4rem;
}

.bannerBlack .bannerContainer .mediaContainer {
  width: 100%;
}

.bannerBlack .bannerContainer .mediaContainer .bannerImgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  padding-top: 40%;
  background-color: #c4c4c4;
  overflow: hidden;
  margin-bottom: 3.4rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .bannerContainer .mediaContainer .bannerImgBox {
    padding-top: 56.25%;
  }
}

.bannerBlack .bannerContainer .mediaContainer .bannerImgBox .bannerImg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}

.bannerBlack .bannerContainer .titleBox {
  display: flex;
  align-items: baseline;
  gap: 8px;
  position: relative;
}

.bannerBlack .bannerContainer .titleBox svg {
  height: 1rem;
  width: 1rem;
}

.bannerBlack .bannerContainer .titleBox .titleText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  /* font-size: 2rem; */
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .bannerContainer .titleBox .titleText {
    /* font-size: 1.8rem; */
  }
}

.bannerBlack .bannerContainer .paraContainer {
  position: relative;
}

.bannerBlack .bannerContainer .paraContainer p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  width: 60%;
}

@media only screen and (max-width: 991.98px) {
  .bannerBlack .bannerContainer .paraContainer p {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .bannerContainer .paraContainer p {
    width: 100%;
  }
}

.sub-wrapper {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .sub-wrapper {

    flex-direction: column !important;
    gap: 2.4rem;
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .sub-wrapper {
    padding: 3rem 0;
  }
}

.sub-wrapper .mediaContainer {
  width: 80%;
}

@media only screen and (max-width: 767.98px) {
  .sub-wrapper .mediaContainer {
    width: 100%;
  }
}

.sub-wrapper .mediaContainer .imgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  padding-top: 56.25%;
  background-color: #c4c4c4;
  overflow: hidden;
}

.sub-wrapper .mediaContainer .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sub-wrapper .paraContainer {
  width: 100%;
}

.sub-wrapper .paraContainer p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}

.RVbannerBlackExtent {
  background-image: linear-gradient(130deg, #1d1d1d 55%, #727274 98%);
  overflow: hidden;
  border-radius: 0 0 10rem 10rem;
  position: relative;

}

@media only screen and (max-width: 575.98px) {
  .RVbannerBlackExtent {
    border-radius: 0 0 6rem 6rem;
  }
}

.RVbannerBlackExtent .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .RVbannerBlackExtent .container {
    flex-direction: column;
  }
}


.RVbannerBlackExtent .container .bannerContainer {
  padding-bottom: 0;
}



.RVbannerBlackExtent .container .bannnerImageBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  background-color: #c4c4c4;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.RVbannerBlackExtent .container .bannnerImageBox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out;
  aspect-ratio: 4/1.8;
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, 0.25);
  max-width: 57rem;

}

.liteMaroonGradient {
  background-image: linear-gradient(114deg, #fff 36%, #deb59d 106%) !important;
  border-bottom: solid 10px #820325;
}

.RVwhiteExtentSlider {
  padding-top: 4rem;
  border-bottom: none !important;
  background-image: none !important;
}

.RVbannerBlackExtent .container .topContainer .titleHeading {
  margin-bottom: 0;
  font-family: var(--sap-bold) !important;
  color: #181818 !important;
}

.RVbannerBlackExtent .container .paraContainer .bannerPara {
  color: #181818 !important;
}

.bannerBlackExtent {
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  border-bottom: solid 10px #820325;
  overflow: hidden;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}

@media only screen and (max-width: 575.98px) {
  .bannerBlackExtent {
    border-radius: 0 0 6rem 6rem;
  }
}

.bannerBlackExtent .zigWave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 56rem;
  height: auto;
  opacity: 0.9;
  display: none;
}

.bannerBlackExtent .bannerContainer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer {
    padding-bottom: 4rem;
  }
}

.bannerBlackExtent .bannerContainer .topContainer {
  width: 36vw;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .topContainer {
    width: 100%;
  }
}

.bannerBlackExtent .bannerContainer .topContainer .titleBox .titleText {
  /*   color: #fff; */
}

.bannerBlackExtent .bannerContainer .topContainer .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  position: relative;
}

.bannerBlackExtent .bannerContainer .topContainer .titleHeading span {
  font-family: var(--sap-bold);
}

.bannerBlackExtent .bannerContainer .paraContainer {
  display: flex;
  align-items: flex-start;
  gap: 12vw;
}

@media only screen and (max-width: 991.98px) {
  .bannerBlackExtent .bannerContainer .paraContainer {
    gap: 2.4rem;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .paraContainer {
    flex-direction: column;
  }
}

.bannerBlackExtent .bannerContainer .paraContainer .bannerPara {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  width: 36vw;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .paraContainer .bannerPara {
    width: 100%;
  }
}

.bannerBlackExtent .bannerContainer .paraContainer .accordionContainer {
  width: 20vw;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .paraContainer .accordionContainer {
    flex-direction: row;
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerBlackExtent .bannerContainer .paraContainer .accordionContainer {
    gap: 1rem;
  }
}

.bannerBlackExtent .bannerContainer .paraContainer .accordionContainer .accordionBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 1.8rem 2rem;
  border-radius: 4rem;
  border: solid 1px #181818;
  cursor: pointer;
  user-select: none;
  color: #181818;
  transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 575.98px) {
  .bannerBlackExtent .bannerContainer .paraContainer .accordionContainer .accordionBox {
    padding: 1.2rem 1.4rem;
  }
}

.formContainer .formGroup select {
  opacity: 0.7;
}



.bannerBlackExtent .bannerContainer .paraContainer .accordionContainer .accordionBox p {
  font-family: var(--sap-medium);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.14px;
}

.bannerBlackExtent .bannerContainer .paraContainer .accordionContainer .accordionBox svg {
  height: 1.6rem;
  width: 1.6rem;
  transition: all 0.3s;
}

.bannerBlackExtent .bannerContainer .paraContainer .accordionContainer .accordionBox svg path {
  transition: all 0.3s;
  /*   stroke: #fff; */
}

.bannerBlackExtent .bannerContainer .accordionContentContainer {
  position: relative;
  margin-top: 2rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox {
  width: 36vw;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox {
    width: 100%;
  }
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleBox {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleBox svg {
  height: 1rem;
  width: 1rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleBox .titleText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  font-size: 1.7rem;
}


@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleBox .titleText {

    font-size: 1.6rem;

  }
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleHeading {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  /*   padding: 2.4rem 0; */
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleHeading {
    padding: 0;
  }
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .titleHeading span {
  font-family: var(--sap-bold);
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .topBox .paraText {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12vw;
  row-gap: 4rem;
  padding-top: 4rem;
}

@media only screen and (max-width: 1259.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer {
    column-gap: 8vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer .HRemailBox {
  padding: 1.2rem 1.4rem;
  border-radius: 10px;
  background-color: #9b0029;
  height: fit-content;
  height: -webkit-fit-content;
}


.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer .HRemailBox p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  font-family: var(--sap-regular);

}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer .HRemailBox p a {
  text-decoration: none;
  color: #fff;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer .positionBox h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  font-size: 2.4rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer .positionBox p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  padding: 1rem 0;
  font-size: 1.6rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer ul {
  list-style: disc;
  list-style-position: inside;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #ongoingHiring .positionsContainer ul li {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-size: 1.6rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .titleBox {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .titleBox svg {
  height: 1rem;
  width: 1rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .titleBox .titleText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  font-size: 1.7rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .titleBox .titleText {
    font-size: 1.6rem;
  }
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12vw;
  padding-top: 1rem;
}

@media only screen and (max-width: 1259.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer {
    column-gap: 8vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
  }
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer .paraBox {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer .paraBox p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer .paraBox .viewMoreLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  border-radius: 4rem;
  border: solid 1px #181818;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #181818;
  font-family: var(--sap-medium);
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
}

.bannerBlackExtent .bannerContainer .accordionContentContainer #genderPolicy .positionsContainer .paraBox .viewMoreLink:hover {
  color: #181818;
  background-color: #fff;
}

.sectionWrapper1 .postingContainer {
  display: flex;
  align-items: flex-start;
  gap: 8vw;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper1 .postingContainer {
    gap: 4rem;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer {
    flex-direction: column;
  }
}

.sectionWrapper1 .postingContainer .leftContainer {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 20%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper1 .postingContainer .leftContainer {
    width: 30%;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .leftContainer {
    width: 100%;
    gap: 0;
  }
}

.sectionWrapper1 .postingContainer .leftContainer .tabBtnContainer {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .leftContainer .tabBtnContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    width: 100%;
  }
}

.sectionWrapper1 .postingContainer .leftContainer .tabBtnContainer .tabBtn {
  border: none;
  background: none;
  outline: none;
  text-align: left;
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-radius: 1rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .leftContainer .tabBtnContainer .tabBtn {
    gap: 8px;
    justify-content: center;
    border-radius: 4rem;
    border: solid 1px #9b0029;
    color: #9b0029;
  }
}

.sectionWrapper1 .postingContainer .leftContainer .tabBtnContainer .tabBtn span {
  padding: 0.9rem 1.4rem;
  border-radius: 10rem;
  border: solid 1px rgba(24, 24, 24, 0.7);
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .leftContainer .tabBtnContainer .tabBtn span {
    border: none;
    border-inline: solid 2px #9b0029;
    border-radius: 50%;
    padding: 2px 6px;
  }
}

.sectionWrapper1 .postingContainer .leftContainer .lottieContainer {
  width: 75%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .leftContainer svg {
    display: none;
  }
}

.sectionWrapper1 .postingContainer .rightContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 70%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .rightContainer {
    width: 100%;
  }
}

.sectionWrapper1 .postingContainer .rightContainer .cardsContainer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .rightContainer .cardsContainer {
    width: 100%;
  }
}

.sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock {
  display: flex;
  align-items: flex-start;
  gap: 4vw;
  padding: 2.4rem;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock {
    flex-direction: column;
    gap: 2.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock {
    box-shadow: none;
    border: 1px solid rgba(24, 24, 24, 0.25);
    margin-inline: 0.8rem;
  }
}

.sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardContent .cardHeading {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
}

.sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardContent .cardTitle {
  font-family: var(--sap-bold);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  padding: 0.8rem 0;
}

.sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardContent .cardDesc {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba;
}

.sectionWrapper1 .postingContainer .rightContainer .cardsContainer .cardBlock .readMoreLink {
  white-space: nowrap;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .rightContainer .viewMoreLink {
    display: none;
  }
}

.sectionWrapper1 .postingContainer .rightContainer .buttonBox {
  display: none;
  align-items: center;
  gap: 3rem;
  position: relative;
  justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapper1 .postingContainer .rightContainer .buttonBox {
    display: flex;
  }
}

.sectionWrapper1 .postingContainer .rightContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

@media only screen and (max-width: 767.98px) {
  .careerPage .sectionWrapper1 .postingContainer .rightContainer .buttonBox {
    display: none;
  }
}



@media only screen and (max-width: 767.98px) {
  .careerPage .sectionWrapper1 .postingContainer .rightContainer .viewMoreLink {
    display: block;
  }
}

/* .bannerContainer .titleBox svg,
.bannerContainer .titleBox .titleText,
.bannerContainer .titleHeading,
.bannerContainer .paraContainer .bannerPara,
.bannerContainer .accordionContainer .accordionBox,
.bannerBlackExtent .zigWave {
  opacity: 0;
} */

.researchVerticalPage .wrapper1 {
  overflow: visible;
}

.researchVerticalPage .wrapper1 .wrapper1Container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 0;
}

.researchVerticalPage .wrapper1 .wrapper1Container .headingBox {
  display: flex;
  flex-direction: column;
  /* gap: 1.6rem; */
}

.researchVerticalPage .wrapper1 .wrapper1Container .headingBox .titleHeading {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-bottom: 0;
}

@media only screen and (max-width: 575.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .headingBox .titleHeading {
    margin-bottom: 1.2rem;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.researchVerticalPage .wrapper1 .wrapper1Container .headingBox .paraBox {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  width: 60%;
}

@media only screen and (max-width: 767.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .headingBox .paraBox {
    width: 100%;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media only screen and (max-width: 767.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer {
    gap: 6rem;
    padding: 2rem 0;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block {
  display: flex;
  gap: 4vw;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block {
    width: 100%;
    flex-direction: column;
    gap: 2.4rem;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .imgBox {
  width: 75%;
}

@media only screen and (max-width: 767.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .imgBox {
    width: 100%;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .imgBox .imgLink {
  position: relative;
  display: block;
  border-radius: 2rem;
  padding-top: 56.25%;
  background-color: #c4c4c4;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .imgBox .imgLink img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out;
}

.pastEventsPage .content {
  margin-bottom: 2.4rem;
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .imgBox:hover .imgLink img {
  transform: scale(1.05);
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox {
  width: 100%;
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox {
  padding-bottom: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox {
    padding-bottom: 0.6rem;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox .headingLink {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox .headingLink img {
  height: 6.5rem;
  width: 6.5rem;
}

@media only screen and (max-width: 767.98px) {
  .researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox .headingLink img {
    height: 4.5rem;
    width: 4.5rem;
  }
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox .headingLink h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  transition: all 0.3s ease-out;
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .headingBox .headingLink h4:hover {
  color: #a48654;
}

.researchVerticalPage .wrapper1 .wrapper1Container .blocksContainer .block .contentBox .blockPara {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.wrapper1 .titleBox svg,
.wrapper1 .titleBox .titleText,
.wrapper1 .titleHeading,
.wrapper1 .paraText {
  opacity: 0;
}

.bannerWrapper {
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
}

@media only screen and (max-width: 575.98px) {
  .bannerWrapper {
    border-radius: 0 0 6rem 6rem;
  }
}

.bannerWrapper .mediaContainer {
  width: 100%;
}

.bannerWrapper .mediaContainer .imgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  /*   padding-top: 40%; */
  background-color: #c4c4c4;
  height: 60vh;
}

@media only screen and (max-width: 767.98px) {
  .bannerWrapper .mediaContainer .imgBox {
    /*     padding-top: 56.25%; */
    height: 50vh;
  }
}

.bannerWrapper .mediaContainer .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}

.wrapper1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contactPage .wrapper1 .bannerWave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* transform: scale(1); */
}

@media only screen and (max-width: 1400px) {
  .contactPage .wrapper1 .bannerWave {
    width: unset;
    /* transform: scale(1); */
  }
}

@media only screen and (max-width: 991.98px) {
  .contactPage .wrapper1 .bannerWave {
    display: none;
  }
}

.wrapper1 .wrapper1Container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .wrapper1 .wrapper1Container {
    flex-direction: column;
  }
}

.wrapper1 .wrapper1Container .leftContainer {
  position: relative;
}

.wrapper1 .wrapper1Container .leftContainer .headingBox .titleHeading {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.wrapper1 .wrapper1Container .leftContainer .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.wrapper1 .wrapper1Container .leftContainer .contentContainer {
  padding-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex-wrap: nowrap;
}

.wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  opacity: 0;
}

.wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox svg {
  transform: translateY(2px);
}

.wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  width: 75%;
}

@media only screen and (max-width: 767.98px) {
  .wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox p {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox p {
    width: 100%;
  }
}

.wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox p a {
  text-decoration: none;
  color: rgba(24, 24, 24, 0.88);
}

.wrapper1 .wrapper1Container .leftContainer .contentContainer .contentBox p a:hover {
  color: #9b0029;
}

.wrapper1 .wrapper1Container .rightContainer {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  height: 40rem;
  width: 40rem;
  aspect-ratio: 1 / 1;
}



@media only screen and (max-width: 575.98px) {
  .wrapper1 .wrapper1Container .rightContainer {
    aspect-ratio: 1 / 1;
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.mainWrapper {
  padding-top: 14rem;
  overflow: hidden;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 767.98px) {
  .mainWrapper {
    padding-top: 13rem;
    padding-bottom: 30px;
  }
}

.pageContainer {
  padding: 0 6%;
  position: relative;
}

.pageContainer .titleBox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 2rem;
}

.pageContainer .titleBox svg {
  height: 1rem;
  width: 1rem;
}

.pageContainer .titleBox .titleText {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  font-size: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .pageContainer .titleBox .titleText {
    font-size: 1.8rem;
  }
}

.pageHolder {
  position: relative;
}

.pageHolder .blob1 {
  position: absolute;
  top: -16rem;
  left: -6rem;
  height: 50rem;
  width: 50rem;
  opacity: 0.5;
}

@media only screen and (max-width: 767.98px) {
  .pageHolder .blob1 {
    height: 30rem;
    width: 30rem;
  }
}

.pageHolder .blob2 {
  position: absolute;
  bottom: -10rem;
  right: -8rem;
  height: 50rem;
  width: 50rem;
  opacity: 0.5;
}

@media only screen and (max-width: 767.98px) {
  .pageHolder .blob2 {
    height: 30rem;
    width: 30rem;
  }
}

#projectTeamContainer {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767.98px) {
  #projectTeamContainer {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 575.98px) {
  #projectTeamContainer {
    margin-bottom: 1rem;
  }
}

.filterContainer {
  display: block;
  margin-bottom: 1rem;
}

.filterContainer .journalMainFilter {
  margin-top: 2.4rem;
}

.filterContainer .mainFilter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
}

.filterContainer .mainFilter .btn {
  /* margin: 0 0 2rem 0; */
}

@media only screen and (max-width: 767.98px) {
  .filterContainer .mainFilter .btn {
    margin: 0 0 10px 0;
  }
}

.filterContainer .subFilter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.filterContainer .subFilter.open {
  max-height: 50rem;
}


.filterContainer .subFilter .btn {
  margin: 0 0 1.5rem 0;
}

@media only screen and (max-width: 767.98px) {
  .filterContainer .subFilter .btn {
    margin: 0 0 10px 0;
  }
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn {
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: var(--sap-medium);
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
}

@media only screen and (max-width: 767.98px) {
  .btn {
    font-size: 12px;
  }
}

.btn.btnBlock {
  display: block;
}

.btnLg {
  height: 6rem;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
}

@media only screen and (max-width: 767.98px) {
  .btnLg {
    height: 36px;
    line-height: 34px;
    padding: 0px 15px;
  }
}

.btnSm {
  /* height: 4.8rem; */
  border-radius: 4.8rem;
  line-height: 3.4rem;
  padding: .5rem 2rem;
}

@media only screen and (max-width: 767.98px) {
  .btnSm {
    height: auto;
    line-height: 20px;
    padding: 7px 14px;
  }
}

.btnPrimary {
  border-color: #9b0029;
  color: #9b0029;
}

.btnPrimary:hover {
  background-color: #9b0029;
  color: #ffffff;
}

.btnPrimary.active {
  background-color: #9b0029;
  color: #ffffff;
}

.btnSecondary {
  border-color: #181818;
  color: #181818;
  white-space: nowrap;
}

.btnSecondary:hover {
  background-color: #181818;
  color: #ffffff;
}

.btnSecondary.active {
  background-color: #820325;
  color: #ffffff;
  border: none;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
}

.btnSecondary.active:hover {
  background-image: none;
  background-color: #820325;
}

.gridContainer {
  display: grid;
  position: relative !important;
  z-index: 1;
}

.teamWrapper .gridContainer {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  transition: grid-template-columns 0.3s ease;
}

@media only screen and (max-width: 1259.98px) {
  .teamWrapper .gridContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767.98px) {
  .teamWrapper .gridContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.cardItem.cardItem1 {
  display: block;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  border-width: 0;
  border-bottom-width: 0.6rem;
  border-style: solid;
  border-bottom-color: #f4f3f3;
  color: #181818;
  background: #fff;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem1 {
    border-radius: 15px;
    border-bottom-width: 3px;
    margin: 0 0 5px 0;
  }
}

.cardItem.cardItem1 .figImg {
  position: relative;
  background-color: #f4f3f3;
  padding-top: 90%;
  overflow: hidden;
}

.cardItem.cardItem1 figcaption {
  position: relative;
  padding: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem1 figcaption {
    padding: 15px 10px;
  }
}

.cardItem.cardItem1 figcaption h3 {
  font-size: 2.4rem;
  font-family: var(--cas-regular);
  margin: 0 0 0.5rem 0;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem1 figcaption h3 {
    font-size: 16px;
    margin: 0 0 3px 0;
  }
}

.cardItem.cardItem1 figcaption p {
  font-family: var(--sap-medium);
  font-size: 1.5rem;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem1 figcaption p {
    font-size: 12px;
  }
}

.cardItem.cardItem1 a {
  display: block;
  color: #181818;
  text-decoration: none;
}

.cardItem.cardItem1 a:hover h3 {
  color: #9b0029;
}

.cardItem.cardItem1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem1 img {
    bottom: -0.5rem;
  }
}

.cardItem1.isColor1 {
  border-bottom-color: #ae904f;
}

.isColor1 .figImg {
  background: #01549c;
  background: -moz-radial-gradient(circle, #01549c 28%, #03294a 100%);
  background: -webkit-radial-gradient(circle, #01549c 28%, #03294a 100%);
  background: radial-gradient(circle, #01549c 28%, #03294a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01549c", endColorstr="#03294a", GradientType=1);
}

.cardItem1.isColor2 {
  border-bottom-color: #000000;
}

.isColor2 .figImg {
  background: #01549c;
  background: -moz-radial-gradient(circle, #01549c 28%, #03294a 100%);
  background: -webkit-radial-gradient(circle, #01549c 28%, #03294a 100%);
  background: radial-gradient(circle, #01549c 28%, #03294a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01549c", endColorstr="#03294a", GradientType=1);
}

.cardItem1.isColor3 {
  border-bottom-color: #820325;
}

.isColor3 .figImg {
  background: #01549c;
  background-image: radial-gradient(circle at 50% 50%, #fff 19%, #e4c1ad 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01549c", endColorstr="#03294a", GradientType=1);
}

.pageAbstract1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  z-index: -1;
}

.pageAbstract1 svg {
  width: 100%;
  height: auto;

}

.btnBack {
  display: block;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .btnBack {
    margin-bottom: 1rem;
  }
}

.btnBack a {
  display: inline-flex;
  color: #181818;
  text-decoration: none;
  font-size: 1.7rem;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: var(--cas-regular);
}

@media only screen and (max-width: 767.98px) {
  .btnBack a {
    font-size: 1.6rem;
  }
}

.btnBack a svg {
  height: 2rem;
  margin-bottom: 3px;
}

.btnBack span {
  line-height: 1;
}

.researcherBioWrapper {
  margin: 0 0 1rem 0;
}

@media only screen and (max-width: 767.98px) {
  .researcherBioWrapper {
    margin: 0 0 20px 0;
  }
}

.bioContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bioLeftSidebar {
  width: 25%;
  text-align: center;
  margin: 0 0 3rem 0;
}

@media only screen and (max-width: 991.98px) {
  .bioLeftSidebar {
    width: 30%;
  }
}

@media only screen and (max-width: 767.98px) {
  .bioLeftSidebar {
    width: 100%;
    margin: 0 0 0 0;
  }
}

.bioRightSidebar {
  width: 60%;
}

@media only screen and (max-width: 767.98px) {
  .bioRightSidebar {
    width: 100%;
  }
}

.bioeDetails {
  display: block;
  position: relative;
}

.bioeDetails .bioInfo {
  display: block;
  position: relative;
}

.bioeDetails .bioimg {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  padding-top: 90%;
  overflow: hidden;
  margin: 0 0 2rem 0;
  background: #01549c;
  background: -moz-radial-gradient(circle, #01549c 28%, #03294a 100%);
  background: -webkit-radial-gradient(circle, #01549c 28%, #03294a 100%);
  background: radial-gradient(circle, #01549c 28%, #03294a 100%);
  background-image: radial-gradient(circle at 50% 50%, #fff 19%, #e4c1ad 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01549c", endColorstr="#03294a", GradientType=1);
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .bioimg {
    border-radius: 15px;
  }
}

.bioeDetails .bioimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0rem;
  left: 0;
  object-fit: cover;
}

.bioeDetails h3 {
  margin: 0 0 1rem 0;
  font-weight: 300;
  font-size: 4rem;
  font-family: var(--cas-regular);
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 4px;
  }
}

.bioeDetails p {
  font-family: var(--sap-regular);
  margin: 0 0 1.8rem 0;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }
}

.bioeDetails .infoTag {
  margin: 0 0 1.5rem 0;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .infoTag {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.bioeDetails svg path {
  transition: 0.2s all ease-in;
}

.bioeDetails .emailId {
  margin: 0 0 2rem 0;
  font-family: var(--sap-medium);
  font-size: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .emailId {
    font-size: 16px;
  }
}

.bioeDetails .emailId a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: 0.2s all ease-in;
}


@media only screen and (max-width: 767.98px) {
  .bioeDetails .emailId a {
    justify-content: flex-start;
  }
}

.bioeDetails .emailId a:hover {
  color: #9b0029;
}

.bioeDetails .emailId a:hover svg path {
  stroke: #9b0029;
}

.bioeDetails .socialLinks {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 2rem 0;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .socialLinks {
    justify-content: flex-start;
    gap: 15px;
  }
}

.bioeDetails .socialLinks a {
  display: block;
}

.bioeDetails .socialLinks a:hover svg path {
  fill: #9b0029;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .socialLinks a:nth-child(2) {
    display: none;
  }

  .bioeDetails .socialLinks a:nth-child(4) {
    display: none;
  }

  .bioeDetails .socialLinks a:nth-child(5) {
    display: none;
  }
}

.bioeDetails .btnDownload {
  margin: 0 0 2.5rem 0;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .btnDownload {
    position: absolute;
    top: 75px;
    right: 0;
  }
}

.bioeDetails .btnGroup {
  margin: 0 0 2rem 0;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .btnGroup {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
}

.bioeDetails .btnGroup .btn {
  margin: 0 0 2rem 0;
  text-align: left;
  padding-left: 2rem;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bioeDetails .btnGroup .btn {
    width: calc(50% - 5px);
  }
}

.bioeDetails .btnGroup .btn svg {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.bioeDetails .btnGroup .btn:hover svg path {
  stroke: #fff;
}

.bioContent {
  padding-right: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .bioContent {
    padding-right: 0;
  }
}

.content {
  font-family: var(--sap-regular);
  font-size: 1.8rem;
}

@media only screen and (max-width: 767.98px) {
  .content {
    font-size: 16px;
  }
}

.content h4 {
  font-size: 2.4rem;
  font-family: var(--cas-regular);
}

.content p {
  margin: 0 0 1.2rem 0;
  line-height: 160%;
  display: block;
}

.content p img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767.98px) {
  .content p {
    line-height: 140%;
    margin: 0 0 25px 0;
  }
}

.content .noMarg {
  margin: 0 0 0.8rem 0 !important;
}

.content ul {
  padding-left: 3rem;
  margin: 0 0 3rem 0;
}

@media only screen and (max-width: 767.98px) {
  .content ul {
    padding-left: 20px;
    margin: 0 0 25px 0;
  }
}

.content ul li {
  margin: 0 0 0.8rem 0;
  line-height: 160%;
  list-style-type: disc;
  list-style-position: outside;
}

@media only screen and (max-width: 767.98px) {
  .content ul li {
    line-height: 140%;
    margin: 0 0 10px 0;
  }
}

.content ol {
  padding-left: 3rem;
  margin: 0 0 3rem 0;
}

@media only screen and (max-width: 767.98px) {
  .content ol {
    padding-left: 20px;
    margin: 0 0 25px 0;
  }
}

.content ol li {
  margin: 0 0 0.5rem 0;
  line-height: 160%;
  list-style-type: decimal;
  list-style-position: outside;
}

@media only screen and (max-width: 767.98px) {
  .content ol li {
    line-height: 140%;
    margin: 0 0 10px 0;
  }
}

.content h1 {
  font-family: var(--cas-regular);
  margin: 0 0 2.5rem 0;
  font-weight: normal;
  font-size: 3.6rem;
}

@media only screen and (max-width: 767.98px) {
  .content h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
  }
}

.content h2 {
  font-family: var(--cas-regular);
  margin: 0 0 2rem 0;
  font-weight: normal;
  font-size: 3.4rem;
}

@media only screen and (max-width: 767.98px) {
  .content h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
}

.content h3 {
  font-family: var(--cas-semibold);
  margin: 0 0 0rem 0;
  font-size: 2.4rem;
  font-weight: normal;
}

@media only screen and (max-width: 575.98px) {
  .content h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
  }
}

.content h4 {
  font-family: var(--cas-regular);
  margin: 0 0 2rem 0;
  font-size: 2.4rem;
  font-weight: normal;
}

.content h5 {
  font-family: var(--cas-regular);
  margin: 0 0 2rem 0;
  font-weight: normal;
}

.content h6 {
  font-family: var(--cas-regular);
  margin: 0 0 2rem 0;
  font-weight: normal;
}

.content .authorsName {
  margin: 0 0 1rem 0;
}

.content .authorsName a {
  color: #9b0029;
}

.content .timeStamp {
  font-size: 1.6rem;
  margin: 0 0 2rem 0;
}

.researchPublicationWrapper {
  display: block;
}

.contentTop {
  display: block;
}

.contentTop h2 {
  font-weight: normal;
  padding-bottom: 1.2rem;
}

@media only screen and (max-width: 575.98px) {
  .contentTop h2 {
    padding-bottom: 10px;
  }
}

.researchPublicationWrapper {
  display: block;
}

.researchPublicationWrapper .gridContainer {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

@media only screen and (max-width: 991.98px) {
  .researchPublicationWrapper .gridContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767.98px) {
  .researchPublicationWrapper .gridContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .researchPublicationWrapper .gridContainer {
    display: block;
    margin: 0px -30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .researchPublicationWrapper .gridContainer .slick-list {
    padding-left: 30px;
  }
}

.cardItem.cardItem2 {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  /*  padding: 3rem 2rem;*/
  position: relative;
  padding: 1.6rem 2rem 10rem 2rem;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
}

@media only screen and (max-width: 575.98px) {
  .cardItem.cardItem2 {
    border-radius: 20px;
    padding: 30px 20px 80px 20px;
    margin: 16px;
    max-width: 100%;
  }
}

.cardItem.cardItem2 .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem2 .cardTop {
    padding-bottom: 15px;
  }
}

.cardItem.cardItem2 .cardTop .cardTag {
  font-family: var(--sap-medium);
  background-color: #d3d3d3;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem2 .cardTop .cardTag {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .cardItem.cardItem2 .cardTop .cardTag {
    font-size: 1.2rem;
  }
}

.cardItem.cardItem2 .cardTop .cardDate {
  font-family: var(--sap-regular);
}

.researchPublicationWrapper .cardItem.cardItem2 .cardMid .opedAuthors {
  font-family: var(--sap-regular);
}

.researchPublicationWrapper .cardItem.cardItem2 .cardMid .author_name {
  font-family: var(--sap-regular);
}

.cardItem.cardItem2 .cardMid {
  display: block;
}

.cardItem.cardItem2 .cardMid h3 {
  font-size: 2.4rem;
  font-family: var(--cas-bold);
  margin-bottom: 1rem;
  line-height: 150%;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem2 .cardMid h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.cardItem.cardItem2 .cardMid .cardAuthor {
  font-family: var(--sap-medium);
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem2 .cardMid .cardAuthor {
    font-size: 16px;
  }
}

.cardItem.cardItem2 .cardMid .cardDes {
  font-family: var(--sap-regular);
  font-size: 1.8rem;
  line-height: 145%;
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem2 .cardMid .cardDes {
    font-size: 16px;
  }
}

.cardItem.cardItem2 .cardBottom {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem 1.6rem 2rem;
}

.cardItem.cardItem2 a.btnSecondary {
  background-color: #820325;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  border: none;
}

.cardItem.cardItem2 a.btnSecondary:hover {
  background-color: #820325;
  border-color: #820325;
  background-image: none;

}

.cardItem.cardItem2 a.btnDownload {
  padding: 0 1rem;
  border: 0;
  font-family: var(--sap-medium);
}

@media only screen and (max-width: 767.98px) {
  .cardItem.cardItem2 a.btnDownload {
    padding: 0px 20px;
  }
}

.cardItem.cardItem2 a.btnDownload:hover {
  color: #9b0029;
}

.modalBackdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}

.modalWrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 0px 10px;
  transition: opacity 0.15s linear;
}

.modalWrapper .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.isModal {
  overflow: hidden;
}

.isModal .modalBackdrop {
  opacity: 0.5;
}

.isModal .modalWrapper.show {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  opacity: 1;
  z-index: 999999;
}

.profileModal {
  position: relative;
  max-width: 380px;
  padding: 4rem 3rem;
  background: #fff0db;
  background: linear-gradient(315deg, #fff0db 0%, #ffdca8 100%);
  background: -moz-linear-gradient(315deg, #fff0db 0%, #ffdca8 100%);
  background: -webkit-linear-gradient(315deg, #fff0db 0%, #ffdca8 100%);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  /*   overflow: hidden; */
  max-height: 80vh;
  /*   overflow-y: auto; */
  margin-left: 10%;
  /*  margin-left: 40%;*/
}

@media only screen and (max-width: 575.98px) {
  .profileModal {
    margin-left: 0%;
    width: 100%;
    border-radius: 15px;
    padding: 25px 20px;
  }
}

.formModal {
  position: relative;
  width: 71.16rem;
  padding: 3rem 3rem;
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.5);
  background-color: #fcfcfc;
  border-radius: 16px;
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 auto;
}

.formModal .closeModal {
  top: 3rem;
  right: 3rem;
}

.closeModal {
  position: absolute;
  top: 4rem;
  right: 3rem;
}

.closeModal svg {
  width: 100%;
  height: auto;
}

.closeModal svg * {
  transition: 0.2s all ease-in;
}

.closeModal:hover svg rect {
  fill: #9b0029;
}

@media only screen and (max-width: 575.98px) {
  .closeModal {
    width: 24px;
    top: 25px;
    right: 25px;
  }
}

.profileModal .modalBody {
  height: 60vh;
  overflow-y: auto;
}

.blogDetailsWrapper {
  display: block;
}

.contentContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.journalContentContainer .leftContainer .cardItem3 figure .figImg {
  height: fit-content;
  height: -webkit-fit-content;
}

@media only screen and (max-width: 991.98px) {
  .journalContentContainer {
    flex-direction: column;
    gap: 4rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .journalContentContainer .rightContainer {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .journalContentContainer .rightContainer .sideAbstract {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .journalContentContainer .leftContainer .cardItem3 {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .filterContainer .journalMainFilter {
    margin-top: 0;
  }
}

.contentContainer .contentBlock {
  margin: 0 0 3rem 0;
}

.contentContainer .contentBlock:last-child {
  margin: 0;
}

.contentContainer .leftContainer {
  width: 60%;
  margin: 0 0 2rem 0;
}

@media only screen and (max-width: 991.98px) {
  .contentContainer .leftContainer {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .contentContainer .leftContainer {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}

.contentContainer .contentTop {
  margin: 0 0 2rem 0;
  position: relative;
}

.contentContainer .contentTop.noMarg {
  margin: 0 0 0 0;
}

.contentContainer .contentTop.isblock {
  margin: 0 0 1rem 0;
}

.contentContainer .contentTop .isBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.contentContainer .contentTop .primaryText {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
}

@media only screen and (max-width: 575.98px) {
  .contentContainer .contentTop .primaryText {
    font-size: 20px;
  }
}

.contentContainer .contentTop .primaryText strong {
  color: #a48654;
  font-weight: normal;
  font-family: var(--sap-bold);
  display: block;
}

.contentContainer .headingJob {
  margin: 0 0 1rem 0;
  font-family: var(--cas-regular);
  line-height: 1.1;
  width: 70%;
}

.contentContainer h1 {
  margin: 0 0 1rem 0;
  font-family: var(--cas-semibold);
  line-height: 1.3;
  /*  width: 70%;*/
}

.contentContainer .postAuthors {
  font-size: 1.6rem;
  font-family: var(--sap-bold);
  margin: 0 0 1rem 0;
  /* display: flex;
  flex-direction: column;
  gap: 1.6rem;
  transition: all 0.3s ease; */
}


/* .contentContainer .postAuthors span {
  width: fit-content;
  transition: all 0.3s ease;
}

.contentContainer .postAuthors a {
  color: #9B0029;
  transition: all 0.3s ease;
}

.contentContainer .postAuthors span:hover a {
  color: #fff;
} */

.contentContainer .careerAuthors {
  font-size: 1.6rem;
  font-family: var(--sap-bold);
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  transition: all 0.3s ease;
}


.contentContainer .careerAuthors span {
  width: fit-content;
  transition: all 0.3s ease;
}

.contentContainer .careerAuthors a {
  color: #9B0029;
  transition: all 0.3s ease;
}

.contentContainer .careerAuthors span:hover a {
  color: #fff;
}


.contentContainer .postTime {
  font-family: var(--sap-regular);
  font-size: 1.4rem;
  margin: 0;
  opacity: 0.88;
}

.contentContainer .meadias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contentContainer .meadias.isCol-1 figure {
  width: 100%;
}

.contentContainer .meadias.isCol-2 figure {
  width: calc(50% - 1rem);
}

@media only screen and (max-width: 767.98px) {
  .contentContainer .meadias.isCol-2 figure {
    width: 100%;
  }
}

.contentContainer .meadias figure {
  margin: 0 0 3rem 0;
}

.contentContainer .meadias figure picture {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.contentContainer .meadias figure figcaption {
  display: block;
  padding: 2rem 0 0 0;
}

.contentContainer .meadias figure figcaption span {
  display: block;
  margin: 0 0 1rem 0;
}

.contentContainer .meadias figure figcaption span.isSource {
  font-size: 1.4rem;
  opacity: 0.8;
}

.contentContainer .meadias figure figcaption span.isSource a {
  text-decoration: underline;
}

.contentContainer .meadias figure figcaption span.isSource a:hover {
  text-decoration: none;
  color: #000;
}

.contentContainer blockquote {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  color: #ae904f;
  line-height: 4.2rem;
  padding: 0 0 0 2rem;
  border-left: 1px solid #ae904f;
  margin: 0 0 4rem 0;
}

@media only screen and (max-width: 767.98px) {
  .contentContainer blockquote {
    font-size: 24px;
  }
}

.contentContainer .rightContainer {
  width: 30%;
}

@media only screen and (max-width: 991.98px) {
  .contentContainer .rightContainer {
    width: 35%;
  }
}

@media only screen and (max-width: 767.98px) {
  .contentContainer .rightContainer {
    width: 100% !important;
  }
}

.contentContainer .rightContainer .stickyBox h3 {
  padding-bottom: 2.4rem;
}

.contentContainer .rightContainer .stickyBox {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  padding: 3.5rem 3rem;
  margin: 0 0 3rem 0;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
}

@media only screen and (max-width: 767.98px) {
  .contentContainer .rightContainer .stickyBox {
    padding: 30px 20px;
  }
}

.contentContainer .rightContainer .stickyBox h3 {
  font-size: 2.6rem;
  text-align: center;
  margin: 0 0 2.5rem 0;
  font-family: var(--cas-regular);
}

@media only screen and (max-width: 767.98px) {
  .contentContainer .rightContainer .stickyBox h3 {
    font-size: 28px;
  }
}

.contentContainer .rightContainer .stickyBox .popBtn {
  text-align: center;
}

.contentContainer .rightContainer .stickyBox .boxOverview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 8px;
}

.contentContainer .rightContainer .stickyBox .boxOverview .itemOverview {
  text-align: center;
  margin: 0 0 2rem 0;
}

.contentContainer .rightContainer .stickyBox .boxOverview .itemOverview:nth-child(5) {
  grid-column: 1 / -1;
}

.contentContainer .rightContainer .stickyBox .boxOverview .itemOverview .itemIco {
  margin-bottom: 1rem;
}

.contentContainer .rightContainer .stickyBox .boxOverview .itemOverview .itemIco svg {
  width: 100%;
}

.contentContainer .rightContainer .stickyBox .boxOverview .itemOverview .itemName {
  font-family: var(--cas-semibold);
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
}

.contentContainer .rightContainer .stickyBox .boxOverview .itemOverview .itemDate {
  font-family: var(--sap-regular);
  font-size: 1.4rem;
  margin: 0;
  opacity: 0.88;
}

.contentContainer .rightContainer .stickyBox .boxShare {
  display: block;
}

.contentContainer .rightContainer .stickyBox .boxShare.isBottom {
  margin: 2rem 0 0rem 0;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareText {
  font-family: var(--sap-medium);
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 2rem 0;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareList a {
  display: block;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareList a svg {
  width: 100%;
  height: auto;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareList a svg * {
  transition: 0.2s all ease-in;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareList a:hover svg path {
  fill: #9b0029;
}

.contentContainer .rightContainer .stickyBox .boxShare .shareList a:last-child:hover svg path {
  fill: none;
  stroke: #9b0029;
}

.contentContainer .rightContainer .stickyBox .authorsGroup {
  display: block;
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 0;
  text-align: left;
}

.contentContainer .rightContainer .stickyBox .authorsGroup h3 {
  text-align: left;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0;
  font-size: 2.4rem;
}

.contentContainer .rightContainer .stickyBox .authorsGroup .singleAuthor {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-style: italic;
  margin: 0 0 1.5rem 0;
  line-height: 180%;
}

.contentContainer .rightContainer .stickyBox .authorsGroup .singleAuthor:last-child {
  margin: 0;
}

.contentContainer .rightContainer .stickyBox .authorsGroup .singleAuthor strong {
  font-family: var(--sap-medium);
  font-style: normal;
}

.contentContainer .rightContainer .sideAbstract {
  display: block;
}

.contentContainer .rightContainer .sideAbstract svg {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .contentContainer .rightContainer .sideAbstract {
    display: none;
  }
}

.gridContainer.isCol1 {
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}

@media only screen and (max-width: 575.98px) {
  .gridContainer.isCol1 .cardItem.cardItem2 {
    margin: 0;
    max-width: inherit;
  }
}

.gridContainer.isCol3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

@media only screen and (max-width: 991.98px) {
  .gridContainer.isCol3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .gridContainer.isCol3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .leftContainer .cardItem.cardItem2 {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    max-width: inherit;
  }
}

.cardItem3 {
  display: block;
  margin: 0 0 2.4rem 0 !important;
}

.cardItem3 .opedPublishedIn {
  font-family: var(--sap-regular);
}

.cardItem3 .blog-image-outside img {
  border-radius: 2rem;
  margin-top: 1.2rem;
  aspect-ratio: 16/9;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.cardItem3 .figureContainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 4rem;
}

@media only screen and (max-width: 991.98px) {
  .cardItem3 .figureContainer {
    flex-direction: column;
    gap: 3rem;
  }
}

.cardItem3 .figureContainer .figImg {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.cardItem3 figure .figImg img {
  width: 100%;
}


@media only screen and (max-width: 767.98px) {
  .cardItem3 figure .figImg {
    width: 100%;
  }
}

.cardItem3 .figureContainer figcaption {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .cardItem3 .figureContainer figcaption {
    width: 100%;
    padding-top: 0;
  }
}

.cardItem3 figure figcaption p {
  line-height: 160%;
}

.cardItem3.isImage .figImg {
  width: 80%;
}

@media only screen and (max-width: 767.98px) {
  .cardItem3.isImage .figImg {
    width: 100%;
  }
}

.formContainer {
  display: block;
}

.formContainer .formBlock {
  display: block;
  margin: 0 0 1rem 0;
}

.formContainer .formBlock h3 {
  font-family: var(--cas-regular);
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
}

.formContainer .formBlock .btn:hover {
  background-color: #9b0029;
}

@media only screen and (max-width: 767.98px) {
  .formContainer .formBlock h3 {
    font-size: 20px;
  }
}

.formContainer .formBlock.isLast {
  margin: 0;
  padding-top: 1rem;
}

.formContainer .formBlock.isLast .formGroup .formRow .inpEl {
  margin: 0;
}

.formContainer .formGroup {
  display: block;
  font-family: var(--sap-regular);
}

.formContainer .formGroup.isBlock {
  padding-top: 1rem;
}

.formContainer .formGroup .formRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formContainer .formGroup .formRow .inpCol .inpCol {
  width: 100%;
}

.formContainer .formGroup .formRow.isCol2 .inpCol {
  width: 47%;
}

@media only screen and (max-width: 767.98px) {
  .formContainer .formGroup .formRow.isCol2 .inpCol {
    width: 100%;
  }
}

.formContainer .formGroup .formRow .inpEl {
  margin: 0 0 1.5rem 0;
}

.formContainer .formGroup .formRow label {
  margin: 0 0 1rem 0;
  display: block;
  opacity: 0.7;
  gap: 1.5rem !important;
}

.formContainer .formGroup input[type="text"],
.formContainer .formGroup input[type="email"] {
  font-size: 1.4rem;
  font-family: var(--sap-medium);
  display: block;
  width: 100%;
  padding: 1.5rem 1.5rem;
  line-height: 1.5;
  color: #181818;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #181818;
  border-radius: 4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formContainer .formGroup .btnSecondary.btnAdd {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 3rem;
  width: max-content;
  gap: 1rem;
}

.formContainer .formGroup .btnSecondary.btnAdd:hover svg path {
  stroke: #fff;
}

.newsletterBlock {
  display: block;
  margin-bottom: 4rem;
}

.newsletterBlock:last-child {
  margin-bottom: 0;
}

.newsletterBlock .blockHeader {
  display: block;
}

.newsletterBlock .blockHeader figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin: 0 0 2rem 0;
}

@media only screen and (max-width: 575.98px) {
  .newsletterBlock .blockHeader figure {
    gap: 0;
    justify-content: space-between;
  }
}

.newsletterBlock .blockHeader figure .figImg {
  width: 13rem;
  background-color: #fcfcfc;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 1.6rem 0 rgba(24, 24, 24, 0.25);
  overflow: hidden;
  position: relative;
  padding: 1.5rem;
}

@media only screen and (max-width: 575.98px) {
  .newsletterBlock .blockHeader figure .figImg {
    width: 40%;
  }
}

.newsletterBlock .blockHeader figure .imgHolder {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.newsletterBlock .blockHeader figure .imgHolder img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.newsletterBlock .blockHeader figure figcaption {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  width: calc(100% - 16rem);
  line-height: 150%;
}

@media only screen and (max-width: 767.98px) {
  .newsletterBlock .blockHeader figure figcaption {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .newsletterBlock .blockHeader figure figcaption {
    font-size: 20px;
    line-height: 140%;
    width: calc(100% - 46%);
  }
}

.newsletterBlock .blockHeader figure figcaption strong {
  color: #a48654;
  font-weight: normal;
  font-family: var(--sap-bold);
  display: block;
}

.newsletterBlock .viewMore {
  padding-top: 4rem;
  text-align: center;
}

.formModal .formContainer .formBlock h3 {
  margin: 0 0 2rem 0;
}

@media only screen and (max-width: 420px) {
  .formModal .formContainer .formBlock h3 {
    width: 80%;
  }
}

.formContainer .formGroup .formRow label.checkLabel {
  gap: 1.5rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0 1rem 0;
  cursor: pointer;
}

.formContainer .formGroup input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  border: 2px solid #000;
  border-radius: 0.8rem;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.formContainer .formGroup input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}

.formContainer .formGroup input[type="checkbox"]::before {
  content: "✓";
  color: white;
  font-size: 2.2rem;
  display: none;
}

.formContainer .formGroup input[type="checkbox"]:checked::before {
  display: inline-block;
  text-align: center;
  position: relative;
  top: -1px;
  left: 4px;
}

.formContainer .formGroup input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000;
}

.sectionWrapperResults .sectionWrapperResults1 {
  position: relative;
}


.sectionWrapperResults .sectionWrapperResults1 .blob1 {
  position: absolute;
  top: 20rem;
  left: -20rem;
  height: 50rem;
  width: 50rem;
  opacity: .5;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .blob1 {
    height: 30rem;
    width: 30rem;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .blob2 {
  position: absolute;
  bottom: 10rem;
  right: -20rem;
  height: 50rem;
  width: 50rem;
  opacity: .5;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .blob2 {
    height: 30rem;
    width: 30rem;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .resultsHeadingBox p {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: rgba(24, 24, 24, 0.7);
  padding-bottom: 8px;
}

.sectionWrapperResults .sectionWrapperResults1 .resultsHeadingBox h2 {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
}

.sectionWrapperResults .sectionWrapperResults1 .resultsHeadingBox h2 span {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: rgba(24, 24, 24, 0.7);
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer {
  display: flex;
  align-items: flex-start;
  gap: 8vw;
  padding: 4rem 0;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer {
    gap: 4rem;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer {
    padding: 2rem 0;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: sticky;
  top: 2rem;
  align-self: flex-start;
  height: fit-content;
  height: -webkit-fit-content;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer {
    width: 100%;
    position: static;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer form {

    grid-template-columns: repeat(2, 1fr);

  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .filterTitle {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  text-align: left;
  color: #181818;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn {
  border: none;
  background: none;
  outline: none;
  text-align: left;
  padding: 1rem 0;
  background-color: transparent;
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  margin: 0;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn {
    white-space: normal;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn {
    gap: 1rem;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  border: 2px solid #000;
  /* Custom border */
  border-radius: 0.8rem;
  /* Optional: rounded corners */
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"] {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"]:checked {
  background-color: #000;
  /* Background when checked */
  border-color: #000;
  /* Darker border when checked */
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"]::before {
  content: "✓";
  /* Checkmark */
  color: white;
  font-size: 2.2rem;
  display: none;
  /* Hidden by default */
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"]:checked::before {
  display: inline-block;
  /* Show checkmark when checked */
  text-align: center;
  position: relative;
  top: -1px;
  left: 4px;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"]:focus {
  /* outline: none; */
  /* box-shadow: 0 0 0 1px #000; */
  /* Optional focus outline */
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer svg {
  height: 25rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .leftContainer svg {
    display: none;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer {
    width: 100%;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer {
    width: 100%;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock {
  padding: 1rem;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock {
    box-shadow: none;
    border: 1px solid rgba(24, 24, 24, 0.25);
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .figImg {
  position: relative;
  background-color: #f4f3f3;
  background-image: radial-gradient(circle at 50% 50%, #fff 19%, #e4c1ad 68%);
  padding-top: 20%;
  overflow: hidden;
  border-radius: 1rem;
  width: 220px;
  height: 200px;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .cardContent {
  width: calc(100% - 245px);
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .cardContent {
    width: 100%;
  }

}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .figImg {
    width: 100%;
    padding-top: 70%;
  }

}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .figImg {
    padding-top: 70%;
  }

  .sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .cardContent {
    width: auto;
  }

}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .figImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  /*  bottom: -1.8rem;*/
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .cardContent .greyHighlight {
  font-family: var(--sap-medium);
  line-height: 2;
  padding: 0 1.2rem;
  border-radius: 2rem;
  background-color: rgba(211, 211, 211, 0.7);
  width: fit-content;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .cardContent .cardHeading {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  margin: 8px 0;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .cardsContainer .cardBlock .cardLink .cardContent .cardDesc {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .buttonBox {
  display: none;
  align-items: center;
  gap: 3rem;
  position: relative;
  justify-content: center;
}

.sectionWrapperResults .sectionWrapperResults1 .postingContainer .rightContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.sectionWrapperCom .contentMainContainer {
  display: flex;
  gap: 4vw;
}




.sectionWrapperCom {
  position: relative;
  padding-bottom: 0;
}


.sectionWrapperCom .leftContainer .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 2.4rem;
}

.sectionWrapperCom .leftContainer .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapperCom .leftContainer .paraBox {
  margin-bottom: 2.4rem;
}

.sectionWrapperCom .leftContainer .paraBox p {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.sectionWrapperCom .leftContainer .tableContainer h6 {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperCom .leftContainer .tableContainer h6 {
    margin-bottom: 1.4rem;
  }
}

.sectionWrapperCom .leftContainer .tableContainer h6 span {
  font-family: var(--sap-regular);
}

.sectionWrapperCom .leftContainer .tableContainer .tableBox {
  border-radius: 2rem;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  background-color: #fff;
  padding: 1rem 5rem;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperCom .leftContainer .tableContainer .tableBox {
    padding: 1rem 2rem;
  }
}

.sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow {
  position: relative;
  padding: 2.4rem 4%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow {
    padding: 2.4rem 2%;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow {
    padding: 2.4rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    place-items: center;

  }
}

.sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow .rowContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow .rowContainer {
    display: flex;
    width: auto;
    flex-direction: column;
    gap: 1.2rem;
  }
}

.sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow .rowContainer a {
  font-family: var(--sap-regular);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
}

.sectionWrapperCom .leftContainer .tableContainer .tableBox .tableRow:not(:last-child) {
  border-bottom: 1px solid rgba(24, 24, 24, 0.3);
}

.sectionWrapperCom .leftContainer .tableContainer .tableGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 2rem;
  padding: 3.4rem 0;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperCom .leftContainer .tableContainer .tableGrid {
    grid-template-columns: repeat(2, 1fr);
    padding: 2.4rem 0;
  }
}

.sectionWrapperCom .leftContainer .tableContainer .tableGrid .tableItem a {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.sectionWrapperCom .leftContainer .tableContainer:not(:last-child) .tableBox {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 991.98px) {
  .upcomingEventRegisterPage .sectionWrapperCom .rightContainer {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .upcomingEventRegisterPage .sectionWrapperCom .rightContainer {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperCom .rightContainer {
    display: none;
  }
}

.sectionWrapperCom .contentMainContainer .leftContainer {
  width: 70%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperCom .contentMainContainer .leftContainer {
    width: 100%;
  }
}

.sectionWrapperCom .contentMainContainer .rightContainer .lottieContainer {
  position: sticky;
  position: -webkit-sticky;
  top: 4rem;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperCom .contentMainContainer .rightContainer .lottieContainer {
    position: relative;
    top: unset;
  }
}

.sectionWrapperCom .titleBox svg,
.sectionWrapperCom .titleBox .titleText,
.sectionWrapperCom .titleHeading,
.sectionWrapperCom .paraBox p,
.sectionWrapperCom .tableContainer h6,
.sectionWrapperCom .tableBox,
.sectionWrapperCom .tableBox .tableRow {
  opacity: 0;
}

.sectionWrapperProjects .postingContainer {
  display: flex;
  justify-content: space-between;
  gap: 6vw;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .postingContainer {
    gap: 4rem;
    flex-direction: column;
  }
}

.sectionWrapperProjects .leftContainer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: sticky;
  top: 2rem;
  align-self: flex-start;
  height: fit-content;
  height: -webkit-fit-content;
  width: 30%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .leftContainer {
    width: 100%;
    position: static;
    gap: 1.2rem;
  }
}

.sectionWrapperProjects .leftContainer .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 0;
}

.sectionWrapperProjects .leftContainer .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapperProjects .leftContainer .tabBtnContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}



@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .leftContainer .tabBtnContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    row-gap: 0;
    column-gap: 2.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .leftContainer .tabBtnContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sectionWrapperProjects .leftContainer .lottieContainer {
  width: 70%;

}

.sectionWrapperProjects .leftContainer .tabBtnContainer .filterTitle {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  text-align: left;
  color: #181818;
}

.sectionWrapperProjects .leftContainer .tabBtnContainer .tabBtn {
  border: none;
  background: none;
  outline: none;
  text-align: left;
  padding: 0rem 0;
  background-color: transparent;
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .leftContainer .tabBtnContainer .tabBtn {
    gap: 1rem;
  }
}

.sectionWrapperProjects .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  border: 2px solid #000;
  /* Custom border */
  border-radius: 10rem;
  /* Optional: rounded corners */
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"] {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
  }
}

.sectionWrapperProjects .leftContainer .tabBtnContainer .tabBtn input[type="checkbox"]:checked {
  background-color: #000;
  /* Background when checked */
  border-color: #000;
  /* Darker border when checked */
}

.sectionWrapperProjects .leftContainer svg {
  height: 25rem;
  margin-top: 10rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .leftContainer svg {
    display: none;
  }
}

.sectionWrapperProjects .rightContainer {
  width: 70%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .rightContainer {
    width: 100%;
  }
}

.sectionWrapperProjects .rightContainer .formContainer {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .rightContainer .formContainer {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .formContainer {
    display: flex;
    width: 100%;
  }
}

.sectionWrapperProjects .rightContainer .formContainer form {
  width: 100%;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .formContainer form {
    text-align: center;
  }
}

.sectionWrapperProjects .rightContainer .formContainer form input[type="email"] {
  border-radius: 40px;
  border: solid 1px #181818;
  padding: 1.6rem;
  font-size: 1.4rem;
  width: 40%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperProjects .rightContainer .formContainer form input[type="email"] {
    width: 60%;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects .rightContainer .formContainer form input[type="email"] {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .formContainer form input[type="email"] {
    width: 100%;
    padding: 1.1rem 2.2rem;
    margin-bottom: 6px;
  }
}

.sectionWrapperProjects .rightContainer .formContainer form input[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.6rem 3.2rem;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .formContainer form input[type="submit"] {
    padding: 1.1rem 2.2rem;
  }
}

.sectionWrapperProjects .rightContainer .cardsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .cardsContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock .imgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  padding-top: 56.25%;
  background-color: #c4c4c4;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
  margin: 1.6rem 0 0.8rem 0;
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock .date {

  display: flex;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock .date span {
  white-space: nowrap;
}


@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .cardsContainer .cardBlock p {
    margin: 1.2rem 0 0.6rem 0;
  }
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.sectionWrapperProjects .rightContainer .cardsContainer .cardBlock .btnBox {
  /*   margin: 2.8rem 0; */
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-top: auto;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects .rightContainer .cardsContainer .cardBlock .btnBox {
    /*     margin: 1.6rem 0; */
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.sectionWrapperProjects .rightContainer .viewMoreBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.sectionWrapperProjects .rightContainer .buttonBox {
  display: none;
  align-items: center;
  gap: 3rem;
  position: relative;
  justify-content: center;
}

.sectionWrapperProjects .rightContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.sectionWrapperProjects .titleBox svg,
.sectionWrapperProjects .titleBox .titleText,
.sectionWrapperProjects .titleHeading,
.sectionWrapperProjects .tabBtnContainer .tabBtn,
.sectionWrapperProjects .formContainer form,
.sectionWrapperProjects .cardsContainer .cardBlock {
  opacity: 0;
}

.bannerBlackPro {
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  border-bottom: solid 10px #820325;
  overflow: hidden;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackPro {
    border-radius: 0 0 6rem 6rem;
  }
}

.bannerBlackPro .bannerWave {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 68rem;
}

@media only screen and (max-width: 1259.98px) {
  .bannerBlackPro .bannerWave {
    width: 60rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .bannerBlackPro .bannerWave {
    width: 55rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackPro .bannerWave {
    width: 45rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerBlackPro .bannerWave {
    width: 35rem;
  }
}

.bannerBlackPro .bannerContainerPro {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 575.98px) {
  .bannerBlackPro .bannerContainerPro {
    padding-bottom: 8rem;
  }
}

.bannerBlackPro .bannerContainerPro .titleBox {
  position: relative;
}

.bannerBlackPro .bannerContainerPro .titleBox .backLink {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 0;
}

.bannerBlackPro .bannerContainerPro .titleBox .backLink svg {
  height: 2rem;
  width: 2rem;
  margin-bottom: 1px;
}

.bannerBlackPro .bannerContainerPro .titleBox .backLink .titleText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  font-size: 1.7rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackPro .bannerContainerPro .titleBox .backLink .titleText {
    font-size: 1.6rem;
  }
}

.bannerBlackPro .bannerContainerPro .headingText {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
  margin-bottom: 0;
  width: 65%;
}

@media only screen and (max-width: 991.98px) {
  .bannerBlackPro .bannerContainerPro .headingText {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackPro .bannerContainerPro .headingText {
    width: 100%;
    margin-bottom: 1.2rem;
    line-height: 1.25;
  }
}


.projectIndividualPage .bannerBlackPro .bannerContainerPro .projectContainerRV {
  padding: 8px 0;
}

.projectIndividualPage .bannerBlackPro .btnPrimary {
  /* background-color: #9b0029; */
  transition: all 0.3s ease;
  width: fit-content;
}

.projectIndividualPage .bannerBlackPro .btnPrimary a {
  /* color: #fff; */
  transition: all 0.3s ease;
}

.projectIndividualPage .bannerBlackPro .btnPrimary:hover a {
  background-color: #9b0029;
  color: #fff !important;
}

.bannerBlackPro .bannerContainerPro .mediaContainer {
  width: 65%;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .bannerBlackPro .bannerContainerPro .mediaContainer {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackPro .bannerContainerPro .mediaContainer {
    width: 100%;
  }
}

.bannerBlackPro .bannerContainerPro .mediaContainer .bannerImgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  padding-top: 46.25%;
  background-color: #c4c4c4;
  overflow: hidden;
  margin-bottom: 2.4rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767.98px) {
  .bannerBlackPro .bannerContainerPro .mediaContainer .bannerImgBox {
    padding-top: 56.25%;
  }
}

.bannerBlackPro .bannerContainerPro .mediaContainer .bannerImgBox .bannerImg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}

.projectIndividualPage .paraTextContainer {
  position: relative;
  font-family: var(--sap-regular);
  width: 65%;
  /* padding-bottom: 4rem; */
}

@media only screen and (max-width: 991.98px) {
  .projectIndividualPage .paraTextContainer {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .projectIndividualPage .paraTextContainer {
    width: 100%;
  }
}

.projectIndividualPage .paraTextContainer p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}

.projectIndividualPage .paraTextContainer p img {
  display: block;
  /* margin: 2rem 0; */
}


.projectIndividualPage .paraTextContainer a {
  color: #181818;
}

.projectIndividualPage .paraTextContainer ul li {
  color: #181818;
}

.sectionWrapperpubl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl {
    flex-direction: column;
    gap: 2rem;
  }
}

.sectionWrapperpubl .publiGradient {
  position: absolute;
  right: 20%;
  top: 70%;
  transform: translate(-50%, -50%);
  height: 60rem;
  width: 60rem;
}

.sectionWrapperpubl .headingBox {
  display: flex;
  flex-direction: column;
  width: 25%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .headingBox {
    width: 100%;
  }
}

.sectionWrapperpubl .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 1.6rem;
}

.sectionWrapperpubl .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapperpubl .headingBox .lottieContainer {
  width: 70%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .headingBox .lottieContainer {
    display: none;
  }
}

.sectionWrapperpubl .headingBox .buttonBox {
  display: flex;
  gap: 4rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .headingBox .buttonBox {
    display: none;
  }
}

.sectionWrapperpubl .headingBox .buttonBox svg {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  user-select: none;
}

.sectionWrapperpubl .headingBox .svgN {
  width: 30rem;
  display: block;
  margin-top: 5rem;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperpubl .headingBox .svgN {
    width: 25rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .headingBox .svgN {
    display: none;
  }
}

.sectionWrapperpubl .sliderMainContainer {
  width: 70%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .sliderMainContainer {
    width: 100%;
  }
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .sliderMainContainer .sliderWrapper {
    display: block;
    width: 100%;
  }
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink {
  text-decoration: none;
  flex-basis: 33.33%;
  margin: 0 1rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink {
    flex-basis: unset;
  }
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .projectImgBox {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #aeaeae;
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .projectImgBox .projectImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
  will-change: transform;
  aspect-ratio: 2/2.7;
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText {
    padding: 1rem 0;
  }
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText .type {
  font-family: var(--sap-medium);
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
  background-color: rgba(211, 211, 211, 0.7);
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .yearText .type {
    padding: 0.4rem 0.8rem;
  }
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .cardHeadingText {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
  transition: all 0.3s ease;
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink .cardBlock .cardPara p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink:hover .projectImg {
  transform: scale(1.05);
}

.sectionWrapperpubl .sliderMainContainer .sliderWrapper .cardLink:hover .cardHeadingText {
  color: #9b0029;
}

.sectionWrapperpubl .sliderMainContainer .buttonBox {
  display: none;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperpubl .sliderMainContainer .buttonBox {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
  }
}

.sectionWrapperpubl .sliderMainContainer .buttonBox svg {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  user-select: none;
}

.teamWrapper .viewMoreBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.4rem;
}

.sectionWrapperEv {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv {
    flex-direction: column;
    gap: 2rem;
  }
}

.sectionWrapperEv .leftContainer {
  width: 20%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .leftContainer {
    width: 100%;
  }
}

.sectionWrapperEv .headingBox {
  display: flex;
  flex-direction: column;
  width: max-content;
}

.sectionWrapperEv .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperEv .headingBox .titleHeading {
    margin-bottom: 0.8rem;
  }
}

.sectionWrapperEv .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapperEv .headingBox .buttonBox {
  display: flex;
  gap: 3rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .headingBox .buttonBox {
    display: none;
  }
}

.sectionWrapperEv .headingBox .buttonBox svg {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  user-select: none;
}

.sectionWrapperEv .rightContainer {
  width: 75%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .rightContainer {
    width: 100%;
  }
}

.sectionWrapperEv .rightContainer .buttonBox {
  display: none;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .rightContainer .buttonBox {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
  }
}

.sectionWrapperEv .rightContainer .buttonBox svg {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  user-select: none;
}

.sectionWrapperEv .sliderWrapper {
  height: 100%;
}

.sectionWrapperEv .slideBlock {
  margin: 0 2rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .slideBlock {
    margin: 0 1rem;
  }
}

.sectionWrapperEv .slideBlock .top {
  display: flex;
  gap: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .slideBlock .top {
    flex-direction: column-reverse;
  }
}

.sectionWrapperEv .slideBlock .top .topLeft {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .slideBlock .top .topLeft {
    flex-direction: row;
    align-items: end;
    gap: 4px;
  }
}

.sectionWrapperEv .slideBlock .top .topLeft span {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #181818;
}

.sectionWrapperEv .slideBlock .top .topLeft span:nth-of-type(2) {
  font-size: 3.6rem;
  font-family: var(--sap-bold);
  line-height: 1.1;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperEv .slideBlock .top .topLeft span:nth-of-type(2) {
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperEv .slideBlock .top .topLeft span:nth-of-type(2) {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperEv .slideBlock .top .topLeft span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

.sectionWrapperEv .slideBlock .top .topRight p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
}

.sectionWrapperEv .slideBlock .top .topRight h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.sectionWrapperEv .slideBlock .bottom {
  margin: 4rem 0;
}

.bannerBlackPro .titleBox svg,
.bannerBlackPro .titleBox .titleText,
.bannerBlackPro .headingText,
.bannerBlackPro .paraContainer p {
  opacity: 0;
}

.sectionWrapperpubl .titleBox svg,
.sectionWrapperpubl .titleBox .titleText,
.sectionWrapperpubl .titleHeading,
.sectionWrapperpubl .buttonBox {
  opacity: 0;
}

.sectionWrapperEv .titleBox svg,
.sectionWrapperEv .titleBox .titleText,
.sectionWrapperEv .titleHeading,
.sectionWrapperEv .buttonBox {
  opacity: 0;
}

.sectionWrapperAR .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 2.4rem;
}

.sectionWrapperAR .titleHeading span {
  font-family: var(--sap-bold);
}

.sectionWrapperAR .contentMainContainer {
  display: flex;
  justify-content: flex-end;
  gap: 3.6rem;
  height: 50rem;
  flex-direction: row-reverse;
  /* margin-bottom: 4.8rem; */
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperAR .contentMainContainer {
    height: 45rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperAR .contentMainContainer {
    height: 36rem;
    margin-bottom: 3.6rem;
  }
}

.sectionWrapperAR .contentMainContainer .leftContainer {
  width: 100%;
  height: 100%;
  /* WebKit-based browsers (Chrome, Safari, Edge) */
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox {
  border-radius: 2rem;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  background-color: #fff;
  padding: 1rem 5rem;
  width: 80%;
  height: 50rem;
  overflow-y: scroll;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperAR .contentMainContainer .leftContainer .tableBox {
    padding: 1rem 2rem;
    height: 45rem;
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperAR .contentMainContainer .leftContainer .tableBox {
    padding: 1rem 2rem;
    height: 36rem;
  }
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox .tableRow {
  position: relative;
  padding: 2.4rem 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperAR .contentMainContainer .leftContainer .tableBox .tableRow {
    padding: 1.2rem 2%;
  }
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox .tableRow .left h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox .tableRow .left p {
  opacity: 0.5;
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox .tableRow:not(:last-child) {
  border-bottom: 1px solid rgba(24, 24, 24, 0.3);
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox::-webkit-scrollbar {
  width: 10px;
  /* width of the scrollbar */
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperAR .contentMainContainer .leftContainer .tableBox::-webkit-scrollbar {
    width: 8px;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperAR .contentMainContainer .leftContainer .tableBox::-webkit-scrollbar {
    width: 6px;
  }
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox::-webkit-scrollbar-track {
  background: #fff;
  margin: 10px 0;
  /* Reduce the track height by adding margin */
  border-radius: 99px;
}

.sectionWrapperAR .contentMainContainer .leftContainer .tableBox::-webkit-scrollbar-thumb {
  background-color: #820325;
  border-radius: 99px;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperAR .contentMainContainer .rightContainer {
    display: none;
  }
}

.sectionWrapperAR .contentMainContainer .rightContainer .imageHolder {
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  border: 1px solid #aeaeae;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.sectionWrapperAR .contentMainContainer .rightContainer .imageHolder img {
  object-fit: cover;
  height: 100%;
  width: 37rem;
  max-width: unset;
}

.sectionWrapperAR .paraBox {
  width: 70%;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperAR .paraBox {
    width: 90%;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperAR .paraBox {
    width: 100%;
  }
}

.sectionWrapperAR .paraBox p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.sectionWrapperAR .titleBox svg,
.sectionWrapperAR .titleBox .titleText,
.sectionWrapperAR .titleHeading {
  opacity: 0;
}

.podcastPopUp {
  opacity: 0;
  background: #0000004f;
}

.podcastPopUp.show {
  display: flex;
  z-index: 100000;
}

.podcastPopUp .container {
  padding-top: 0;
}

.podCasts-banner {
  position: relative;
  border-bottom: solid 10px #820325;
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  border-radius: 0 0 10rem 10rem;
  padding: 3rem 6% 2rem;
  overflow: hidden;
}

.podCasts-banner2 {
  background-image: none;
  border-bottom: none;
}

.podCasts-banner2 .container {
  padding-top: 6.5rem !important;
}


.podCasts-banner #wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  scale: 1.2;
  opacity: 0.15;
  transform: scaleX(-1.25);
  transform-origin: center;
  z-index: 0;
}

.podCasts-banner .container {
  display: flex;
  padding-top: 10.5rem;
}

.podCasts-banner .container .c1 {
  width: 70%;
  z-index: 2;
}

.podCasts-banner .container .c1 .title {
  margin-bottom: 3.4rem;
}

.podCasts-banner .container .c1 .title h1 {
  font-family: var(--cas-regular);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-banner .container .c1 .title h1 {

    font-size: 1.6rem;

  }
}

.podCasts-banner .container .c1 .title h1 svg {
  height: 1rem;
  width: 1rem;
}

.podCasts-banner .container .c1 .subtitle {
  margin-bottom: 2.4rem;
}

.podCasts-banner .container .c1 .subtitle p {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}

.podCasts-banner .container .c1 .subtitle p mark {
  color: #a48654;
  /* font-weight: 600; */
  font-family: var(--sap-bold);
}

.podCasts-banner .container .c1 .searchBar {
  display: flex;
  gap: 0.8rem;
  /* margin-bottom: 2.4rem; */
}

.podCasts-banner .container .c1 .searchBar input {
  border-radius: 40px;
  border: solid 1px #9b0029;
  padding: 1.7rem 2rem 1.7rem 6rem;
  background-color: transparent;
  color: #9b0029;
  position: relative;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  outline: none;
}

.podCasts-banner .container .c1 .searchBar input::placeholder {
  color: #9b0029;
}

.podCasts-banner .container .c1 .searchBar button {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #9b0029;
  outline: none;
  position: relative;
}

.podCasts-banner .container .c1 .searchBar button::before {
  content: url("../img/arrow-down.svg");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.podCasts-banner .container .c1 .searchBar button select {
  color: #9b0029;
  background-color: transparent;
  appearance: none;
  padding: 1.7rem 4rem 1.7rem 2rem;
  outline: none;
}

.podCasts-banner .container .c1 .searchBar button select option {
  background-color: #fff;
  font-size: 1.4rem;
}

.podCasts-banner .container .c1 .searchBar #search {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #9b0029;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: black;
}

.podCasts-banner .container .c1 .searchBar #search::before {
  display: none;
}

.podCasts-banner .container .c1 .searchBar #search:hover {
  color: white;
  background: black;
}

.podCasts-banner .container .c1 .info {
  margin-bottom: 4.8rem;
}

.podCasts-banner .container .c1 .info p {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  max-width: 75%;
}

.podCasts-banner .container .c2 {
  width: 30%;
  z-index: 2;
}

.podCasts-banner .container .c2 .signUp {
  margin-top: 5rem;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  background-color: #820325;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  padding: 3.1rem 2rem;
}



.page-id-22894 .podCasts-banner .container .c2 .signUp {

  display: none;
}

.podCasts-banner .container .c2 .signUp h1 {
  font-family: var(--cas-regular);
  font-size: 2.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
}

.podCasts-banner .container .c2 .signUp .btn {
  padding: 2rem 5.2rem;
  border-radius: 40px;
  align-self: center;
  transition: all 0.3s ease-in-out;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .podCasts-banner .container .c2 .signUp .btn {
    padding: 1rem 4.2rem;
  }
}

.podCasts-banner .container .c2 .signUp .btn:hover {
  color: #fff;
  background-color: #9b0029;
  border: none;
}

.podcastTranscript {
  margin-top: 2rem;
}

.podCasts-list {
  padding: 3.4rem 6% 6.4rem 6%;
  position: relative;
  position: relative;
}

.podCasts-list .blob1 {
  position: absolute;
  bottom: -11%;
  right: -32%;
  z-index: -1;
  width: 100rem;
}

.podCasts-list .blob2 {
  position: absolute;
  bottom: 0%;
  left: -32%;
  z-index: -1;
  width: 100rem;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list {
    padding: 6rem 4%;
    border-radius: 6rem 6rem 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .podCasts-list {
    border-radius: 4rem 4rem 0 0;
  }
}

.podCasts-list .waveImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .waveImg {
    bottom: 16rem;
    opacity: 0.9;
  }
}

.podCasts-list .titleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .titleContainer {
    margin: 0 1rem;
  }
}

.podCasts-list .titleContainer .titleBox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.podCasts-list .titleContainer .titleBox svg {
  height: 1rem;
  width: 1rem;
}

.podCasts-list .titleContainer .titleBox .titleText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: left;
  color: #fff;
  font-family: var(--cas-regular);
  font-size: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .titleContainer .titleBox .titleText {
    font-size: 1.8rem;
  }
}

.podCasts-list .titleContainer .readMoreLink {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #050505;
  border-radius: 4rem;
  background-color: #fff;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
}

.podCasts-list .titleContainer .readMoreLink:hover {
  background-color: #9b0029;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .titleContainer .readMoreLink {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .headingBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1rem;
  }
}

.podCasts-list .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: var(--sap-regular);
  padding-bottom: 4rem;
  padding-top: 2rem;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .headingBox .titleHeading {
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
}

.podCasts-list .headingBox .buttonBox {
  display: none;
  align-items: center;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .headingBox .buttonBox {
    display: flex;
  }
}

.podCasts-list .headingBox .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.podCasts-list .cardsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

@media only screen and (max-width: 850px) {
  .podCasts-list .cardsContainer {
    gap: 2rem;
  }
}

.podCasts-list .cardsContainer .cardLink {
  text-decoration: none;
}

.podCasts-list .cardsContainer .cardLink:hover .cardBlock .readMoreLink {
  background-color: #9b0029;
  color: #fff;
}

.podCasts-list .cardsContainer .cardLink:hover .cardBlock .imgBox .cardImg {
  transform: scale(1.05);
}

.podCasts-list .cardsContainer .cardLink .cardBlock {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .cardsContainer .cardLink .cardBlock {
    margin: 0 1rem;
  }
}

.podCasts-list .cardsContainer .cardLink .cardBlock .imgBox {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .cardImg {
  /* width: 100%; */
  /* height: 30rem; */
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
  will-change: transform;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 991.98px) {
  .podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .cardImg {
    /* height: 26rem; */
  }
}

@media only screen and (max-width: 850px) {
  .podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .cardImg {
    /* height: 22rem; */
  }
}

.podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .ctaBox {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .ctaBox .ctaLink {
  text-decoration: none;
  display: block;
  text-decoration: none;
}

.podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .ctaBox .ctaLink svg {
  display: block;
  height: 3rem;
  width: 3rem;
}

@media only screen and (max-width: 850px) {
  .podCasts-list .cardsContainer .cardLink .cardBlock .imgBox .ctaBox .ctaLink svg {
    height: 2.6rem;
    width: 2.6rem;
  }
}

.podCasts-list .cardsContainer .cardLink .cardBlock .episodeBox {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 0;
  justify-content: space-between;
}

.podCasts-list .cardsContainer .cardLink .cardBlock .episodeBox .episode {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  background-color: #d3d3d3;
  border-radius: 2rem;
  padding: 0 1.3rem;
}

.podCasts-list .cardsContainer .cardLink .cardBlock .episodeBox .length {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--sap-bold);
}

.podCasts-list .cardsContainer .cardLink .cardBlock .headingText {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-semibold);
  margin-bottom: 1.6rem;
}

.podCasts-list .cardsContainer .cardLink .cardBlock .readMoreLink {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
  border-radius: 4rem;
  background-color: #181818;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
}

.podCasts-list .viewMoreBox {
  display: none;
  justify-content: center;
  padding-top: 3rem;
}

@media only screen and (max-width: 767.98px) {
  .podCasts-list .viewMoreBox {
    display: flex;
  }
}

.podCasts-list .viewMoreBox .readMoreLink {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  border-radius: 4rem;
  border: 1px solid #fff;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
}

.podCasts-list .viewMoreBox .readMoreLink:hover {
  border: 1px solid #820325;
  color: #820325;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
}

@media only screen and (max-width: 768px) {
  .podCasts-banner {
    padding: 0 0% 4rem 0;
    border-radius: 0 0 4rem 4rem;
  }

  .podCasts-banner .container {
    padding-top: 14rem;
    flex-direction: column;
  }

  .podCasts-banner .container .c1 {
    width: 100%;
  }

  .podCasts-banner .container .c1 .title {
    margin-bottom: 1.4rem;
  }

  .podCasts-banner .container .c1 .subtitle p {
    font-size: 2.2rem;
  }

  .podCasts-banner .container .c1 .searchBar {
    flex-direction: column;
  }

  .podCasts-banner .container .c1 .searchBar input {
    padding: 1.7rem 2rem 1.7rem 4rem;
  }

  .podCasts-banner .container .c1 .searchBar button select {
    width: 100%;
  }

  .podCasts-banner .container .c1 .searchBar button select option {
    width: 100%;
  }

  .podCasts-banner .container .c1 .info {
    margin-bottom: 0;
  }

  .podCasts-banner .container .c1 .info p {
    max-width: 100%;
  }

  .podCasts-banner .container .c2 {
    width: 100%;
  }

  .podCasts-banner .container .c2 .signUp {
    margin-top: 3rem;
  }

  .podCasts-list {
    border-radius: 4rem 4rem 0 0;
    padding: 0rem 0%;
  }

  .podCasts-list .cardsContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.podcastsDetailPage-banner {
  border-bottom: solid 10px #820325;
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  padding: 13.6rem 6% 0 6%;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}

.podcastsDetailPage-banner .waveGraph {
  position: absolute;
  opacity: 0.3;
  transform: scaleX(-1.25);
  transform-origin: center;
  z-index: 0;
  bottom: 10%;
  left: 0;
  width: 100%;
}

.podcastsDetailPage-banner .container2 {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 5rem;
}

.podcastsDetailPage-banner .container2 .c1 {
  width: 70%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

@media only screen and (max-width: 1020px) {
  .podcastsDetailPage-banner .container2 .c1 {
    width: 60%;
  }
}

.podcastsDetailPage-banner .container2 .c1 .link {
  display: flex;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}

.podcastsDetailPage-banner .container2 .c1 .link a {
  margin-bottom: -0.8rem;
  gap: 1rem;
  font-family: var(--cas-regular);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
  .podcastsDetailPage-banner .container2 .c1 .link a {
    font-size: 1.6rem;
  }
}

.podcastsDetailPage-banner .container2 .c1 .link a:hover svg {
  transform: translateX(-0.4rem);
}

/* .podcastsDetailPage-banner .container2 .c1 .link a:hover {
  opacity: 0.7;
} */

.podcastsDetailPage-banner .container2 .c1 .link a svg {
  margin-bottom: .4rem;
  height: 2rem;
  width: auto;
  transition: all 0.3s ease-in-out;
}

.podcastsDetailPage-banner .container2 .c1 .title {
  margin-bottom: 1rem;
}

.podcastsDetailPage-banner .container2 .c1 .title h1 {
  font-family: var(--cas-regular);
  font-size: 3.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
  max-width: 75rem;
}

.podcastsDetailPage-banner .container2 .c1 .content {
  display: flex;
  margin-bottom: 2.4rem;
  gap: 2.4rem;
}

.podcastsDetailPage-banner .container2 .c1 .content>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.podcastsDetailPage-banner .container2 .c1 .content>div svg {
  width: auto;
  height: 3rem;
}

.podcastsDetailPage-banner .container2 .c1 .content>div h1 {
  margin: 0;
  font-family: var(--sap-bold);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
}

.podcastsDetailPage-banner .container2 .c1 .ytVideo {
  margin-bottom: 4.8rem;
  max-width: 75rem;
  height: 45rem;
}

.podcastsDetailPage-banner .container2 .c1 .ytVideo iframe {
  width: 100%;
  height: 100%;
}

.podcastsDetailPage-banner .container2 .c2 {
  z-index: 1;
  width: 30%;
}

@media only screen and (max-width: 1020px) {
  .podcastsDetailPage-banner .container2 .c2 {
    width: 40%;
  }
}

.podcastsDetailPage-banner .container2 .c2 .featuring {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  background-color: #820325;
  margin-top: 5rem;
  padding: 2.5rem 5rem;
}

@media only screen and (max-width: 1020px) {
  .podcastsDetailPage-banner .container2 .c2 .featuring {
    padding: 2.5rem 3rem;
  }
}

.podcastsDetailPage-banner .container2 .c2 .featuring .title h1 {
  font-family: var(--cas-regular);
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
  margin-bottom: 2.6rem;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .list .block {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .list .block img {
  max-width: 8rem;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .list .block .info h1 {
  font-family: var(--cas-regular);
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: #fff;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .list .block .info p {
  font-family: var(--sap-regular);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.14px;
  text-align: left;
  color: #fff;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .socials {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .socials h1 {
  font-family: var(--sap-medium);
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .socials .links {
  display: flex;
  gap: 2rem;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .socials .links a {
  transition: all 0.3s ease-in-out;
  width: 3rem;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .socials .links a svg {
  width: 100%;
  height: 100%;
}

.podcastsDetailPage-banner .container2 .c2 .featuring .socials .links a:hover {
  opacity: 0.7;
}

.podcastsDetailPage-para {
  padding: 6.4rem 6%;
}

.podcastsDetailPage-para .container2 {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.podcastsDetailPage-para .container2 .podcastTranscript {
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: var(--sap-medium);
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
  height: 6rem;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  margin-bottom: 2rem;
}


.podcastsDetailPage-para .container2 a:hover {
  background-color: #9b0029;
  border-color: #9b0029;
  color: white;
}


.podcastsDetailPage-para h1 {
  font-family: var(--cas-regular);
  font-size: 2.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  margin-bottom: 1.6rem;
}

.podcastsDetailPage-para p {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  max-width: 75rem;
}

@media only screen and (max-width: 768px) {
  .podcastsDetailPage-banner {
    padding: 12.6rem 6% 4rem 6%;
    border-radius: 0 0 4rem 4rem;
  }

  .podcastsDetailPage-banner .container2 {
    flex-direction: column;
  }

  .podcastsDetailPage-banner .container2 .c1 {
    width: 100%;
  }

  .podcastsDetailPage-banner .container2 .c1 .title h1 {
    font-size: 2.6rem;
  }

  .podcastsDetailPage-banner .container2 .c1 .content>div h1 {
    font-size: 1.4rem;
  }

  .podcastsDetailPage-banner .container2 .c1 .ytVideo {
    height: 20rem;
    margin-bottom: 0rem;
  }

  .podcastsDetailPage-banner .container2 .c2 {
    width: 100%;
  }

  .podcastsDetailPage-banner .container2 .c2 .featuring {
    margin-top: 0rem;
  }
}

.publication-banner {
  position: relative;
  padding: 3rem 6%;
  overflow: hidden;
}

.publication-banner .container2 {
  display: flex;
  padding-top: 10.5rem;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
}

@media only screen and (max-width: 1399.98px) {
  .publication-banner .container2 {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1259.98px) {
  .publication-banner .container2 {
    max-width: 960px;
  }
}

@media only screen and (max-width: 991.98px) {
  .publication-banner .container2 {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 {
    max-width: 540px;
  }
}

@media only screen and (max-width: 575.98px) {
  .publication-banner .container2 {
    max-width: 100%;
    /* padding-left: 30px !important; */
    /* padding-right: 30px !important; */
  }
}

.publication-banner .container2 .head h1 {
  font-family: var(--cas-regular);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 3.4rem;
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .head h1 {
    font-size: 1.6rem;
  }
}

.publication-banner .container2 .head h2 {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-bottom: 2.4rem;
}

.publication-banner .container2 .head h2 span {
  color: #a48654;
  /* font-weight: 800; */
  font-family: var(--sap-bold);
}

.publication-banner .container2 .filter {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 3em;
  flex-wrap: wrap;
}

.sectionWrapperProjects1 .rightContainer .formContainer #projectSearchInput {
  border-radius: 40px;
  border: solid 1px #9b0029;
  padding: 2rem;
  background-color: transparent;
  color: #9b0029;
  outline: none;
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 10px center;
  width: 25vw;
}

.sectionWrapperProjects1 .rightContainer .formContainer #projectSearchInput::placeholder {
  color: #9b0029;
  /* Placeholder color */
  opacity: 1;
  /* Ensures the placeholder is fully visible */
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperProjects1 .rightContainer .formContainer #projectSearchInput {
    width: 40vw;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperProjects1 .rightContainer .formContainer #projectSearchInput {
    padding: 1.1rem 2.2rem;
    width: 60vw;
  }
}

.publication-banner .container2 .filter input,
#projectSearchInput {
  border-radius: 40px;
  border: solid 1px #9b0029;
  padding: 1.7rem 2rem 1.7rem 6rem;
  background-color: transparent;
  color: #9b0029;
  outline: none;
  position: relative;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  /* width: 25vw; */
}

.projectsPage .sectionWrapperProjects .rightContainer .formContainer {

  display: flex;
  gap: 1.2rem;

}

.publication-banner .container2 .filter input::placeholder,
#projectSearchInput {
  color: #9b0029;
}

.publication-banner .container2 .filter button {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #9b0029;
  outline: none;
  position: relative;
  outline: none;
}

.publication-banner .container2 .filter button::before {
  content: url("../img/arrow-down.svg");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.publication-banner .container2 .filter button select {
  color: #9b0029;
  background-color: transparent;
  appearance: none;
  padding: 1.7rem 4rem 1.7rem 2rem;
  outline: none;
  border: 1px solid white;
}

.publication-banner .container2 .filter button select option {
  background-color: white;
  font-size: 1.4rem;
}

.publication-banner .container2 .filter #search {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #181818;
  border: none;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
}


.publication-banner .container2 .filter #search::before {
  display: none;
}

.publication-banner .container2 .filter #search:hover {
  color: #fff;
  background: #820325;
  background-image: none;
  /*   border: solid 1px #9b0029; */
}

.publication-banner .container2 .publications_list {
  display: flex;
  gap: 7rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1150px) {
  .publication-banner .container2 .publications_list {
    gap: 4rem;
  }
}

.publication-banner .container2 .publications_list .tabBtnContainer {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.publication-banner .container2 .publications_list .tabBtnContainer .filterTitle {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  text-align: left;
  color: #181818;
}

.publication-banner .container2 .publications_list .tabBtnContainer .tabBtn span {
  margin-left: auto;
  padding-left: 4px;
}

.publication-banner .container2 .publications_list .tabBtnContainer .tabBtn {
  border: none;
  background: none;
  outline: none;
  text-align: left;
  padding: 0.5rem 0;
  background-color: transparent;
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0rem;
  transition: all 0.2s ease;
}

/* 
.publication-banner .container2 .publications_list .tabBtnContainer .tabBtn:nth-child(5) {
  display: none;
} */



@media only screen and (max-width: 1150px) {
  .publication-banner .container2 .publications_list .tabBtnContainer .tabBtn {
    font-size: 1.6rem;
    gap: 1.5rem;
  }
}

.publication-banner .container2 .publications_list .tabBtnContainer .tabBtn input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  border: 2px solid #000;
  /* Custom border */
  border-radius: 10rem;
  /* Optional: rounded corners */
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  margin-right: 1rem;
}

.publication-banner .container2 .publications_list .tabBtnContainer .tabBtn input[type="checkbox"]:checked {
  background-color: #000;
  /* Background when checked */
  border-color: #000;
  /* Darker border when checked */
}

.publication-banner .container2 .publications_list .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 80%;
}

.publication-banner .container2 .publications_list .list .blob1 {
  position: absolute;
  bottom: -11%;
  right: -32%;
  z-index: -1;
  width: 100rem;
}

.publication-banner .container2 .publications_list .list .blob2 {
  position: absolute;
  top: 0%;
  left: -32%;
  z-index: -1;
  width: 100rem;
}

.publication-banner .container2 .publications_list .list .content {
  width: 100%;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .publication-banner .container2 .publications_list .list .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  padding: 1.6rem 2rem 8rem 2rem;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;

}

@media only screen and (max-width: 575.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 {
    border-radius: 20px;
    padding: 30px 20px 80px 20px;
    margin: 0;
    margin-bottom: 2rem;
    /* max-width: 280px; */
    max-width: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .publication .publications_list #ascendinglottie-directURL {
    display: none;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  gap: 1rem;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardTop {
    padding-bottom: 15px;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardTop .cardTag {
  font-family: var(--sap-medium);
  background-color: #d3d3d3;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardTop .cardTag {

    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardTop .cardTag {

    font-size: 1.2rem;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardTop .cardDate {
  font-family: var(--sap-regular);
  /* white-space: nowrap; */
  font-size: 1.6rem;
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid {
  display: block;
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid h3 {
  font-size: 2.4rem;
  font-family: var(--cas-semibold);
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid .cardAuthor {
  font-family: var(--sap-medium);
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid .cardAuthor {
    font-size: 16px;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid .cardDes {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  line-height: 145%;
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardMid .cardDes {
    font-size: 16px;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 .cardBottom {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a {
  font-size: 1.5rem;
  height: auto;
}

@media only screen and (max-width: 1150px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a {
    font-size: 1.2rem;
    padding: 0 3rem;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a.btnSecondary {
  background-color: #820325;
  color: #fff;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  border: none;
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a.btnSecondary:hover {
  background-color: #820325;
  border-color: #820325;
  background-image: none;
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a:last-child {
  padding: 0 1rem;
  border: 0;
  font-family: var(--sap-medium);
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a:last-child {
    padding: 0px 20px;
  }
}

.publication-banner .container2 .publications_list .list .content .cardItem.cardItem2 a:last-child:hover {
  color: #9b0029;
}

.publication-banner .container2 .publications_list .list .viewMore {
  display: flex;
  align-self: center;
}

.publication-banner .container2 .publications_list .list .viewMore h1 {
  background-color: #fff;
  border: 1px solid #9b0029;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9b0029;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
}

.publication-banner .container2 .publications_list .list .viewMore h1:hover {
  background: #9b0029;
  color: #fff;
}

@media only screen and (max-width: 575.98px) {
  .publication-banner .container2 .publications_list .tabBtnContainer {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .publication-banner .container2 {
    padding-top: 14rem;
  }

  .publication-banner .container2 .head h1 {
    font-size: 1.6rem;
    gap: 1rem;
    margin-bottom: 1.4rem;
  }

  .publication-banner .container2 .head h2 {
    font-size: 2.2rem;
  }

  .publication-banner .container2 .filter {
    flex-direction: column;
  }

  .publication-banner .container2 .filter input,
  #projectSearchInput {
    padding: 1.7rem 2rem 1.7rem 4rem;
  }

  .publication-banner .container2 .filter button select {
    width: 100%;
  }

  .publication-banner .container2 .filter button select option {
    width: 100%;
  }

  .publication-banner .container2 .publications_list {
    flex-direction: column;
  }

  .publication-banner .container2 .publications_list .tabBtnContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .publication-banner .container2 .publications_list .tabBtnContainer img {
    display: none;
  }

  .publication-banner .container2 .publications_list .list {
    width: 100%;
  }

  .publication-banner .container2 .publications_list .list .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.publication-banner .publications_list .svgConvert {
  width: auto;
}


@media only screen and (max-width: 767.98px) {
  .publication-banner .publications_list .svgConvert {
    display: none;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.left-sec {
  width: 60%;
}

@media only screen and (max-width: 767.98px) {
  .left-sec {
    width: 100%;
  }
}

.right-sec {
  width: 35%;
}

@media only screen and (max-width: 767.98px) {
  .right-sec {
    width: 100%;
  }
}

.right-sec .titleBox {
  padding-bottom: 2.4rem;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.inline-block {
  display: inline-block;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-white {
  color: #fff !important;
}

.text-golden {
  color: #a48654;
}

.btn-golden {
  background: #a48654;
  color: #fff;
  border: 0;
  height: auto;
  line-height: 1.3;
  font-family: var(--sap-medium);
}


.btn-white {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #9b0029;
  border-radius: 4rem;
  background-color: #fff;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn-white:hover {
  background-color: #9B0029;
  color: #ffffff;
}

.btnPrimaryRed {
  border-color: transparent;
  color: #9B0029;
  font-family: var(--sap-medium);
  background: rgba(179, 80, 71, 0.2);
}

.w-100 {
  width: 100%;
}

.main-title {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
}

.main-title span {
  color: #a48654;
  font-weight: 600;
}

.card-block {
  padding: 2.4rem;
  box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  border-right: solid 4px #820325;
  border-bottom: solid 4px #820325;
  background-color: #fff;
}

.card-block .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

.card-block .cardTop .cardTag {
  font-family: var(--sap-medium);
  background-color: #D3D3D3;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
  .card-block .cardTop .cardTag {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .card-block .cardTop .cardTag {
    font-size: 1.2rem;
  }
}

.card-block .cardTop .cardDate {
  font-family: var(--sap-regular);
  font-size: 1.5rem;
  color: rgba(24, 24, 24, 0.8);
}

.card-block .cardContent {
  margin-bottom: 20px;
}

.card-block .cardContent .cardHeading {
  font-family: var(--cas-regular);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
}

.card-block .cardContent .cardTitle {
  font-family: var(--sap-bold);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.8);
  padding: 0.8rem 0;
}

.card-block .cardContent .cardDesc {
  font-family: var(--sap-medium);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  font-size: 16px;
  letter-spacing: -0.14px;
  text-align: left;
}

.card-block .cardContent .cardDesc p {
  color: rgba(24, 24, 24, 0.8);
}

.card-block .readmore {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  border-radius: 4rem;
  background-color: #820325;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
}

.card-block .readmore:hover {
  background: #820325;
  background-image: none;
}

.card-block .download {
  font-family: var(--sap-medium);
}

.viewmore {
  font-family: var(--sap-medium);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: left;
  color: #9b0029;
  border-radius: 4rem;
  background-color: #fff;
  border: 1px solid #9b0029;
  padding: 2rem 4rem;
  align-self: flex-start;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.viewmore:hover {
  background: rgba(155, 0, 41, 0.1);
}

.right-sec .cardItem.cardItem1 {
  border-radius: 2rem;
  border-bottom-width: 0.4rem;
}

.gridContainer {
  position: sticky;
  top: 2rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media only screen and (max-width: 991.98px) {
  .gridContainer {
    position: relative;
    top: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

}

.cardItem.cardItem1 {
  border-bottom-width: 4px;
}

.cardItem.cardItem1 figcaption {
  padding: 2rem;
}

.event-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.event-list ul li {
  font-family: var(--cas-regular);
  font-size: 2.2rem;
  line-height: 3rem;
  padding: 0 0 30px 45px;
  position: relative;
  color: #181818;
}

.event-list ul li img {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.research-study-popup {
  position: relative;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  border-radius: 10rem 10rem;
  padding: 0 6%;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  z-index: 9999;
  padding: 5rem;
}


.research-study-popup .projectWave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 54rem;
  width: auto;
}


.research-study-popup .d-flex {
  gap: 2rem;
}

.research-study-popup .headerContainer {
  margin-bottom: 2.4rem;
}

.research-study-popup .titleBox .bullet {
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.research-study-popup .subtitle {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.research-study-popup .subtitle span {
  color: #fff;
  font-family: var(--sap-bold);
}

.research-study-popup .filter-tab {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.research-study-popup .filter-tab ul {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  list-style: none;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .research-study-popup .filter-tab ul {

    gap: 6px;

  }
}

#researchVerticalViewMore {
  white-space: nowrap;
}

.research-study-popup .filter-tab ul li .btn {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #fff;
  outline: none;
  position: relative;
  color: #fff;
}

.research-study-popup .filter-tab ul li .btn:hover {
  background: #fff;
  color: #000;
}

.research-study-popup .filter-tab ul li.active .btn {
  background: #fff;
  color: #000;
}

.research-study-popup .btnPrimary {
  border-width: 0;
}

@media only screen and (max-width: 767.98px) {
  .research-study-popup {
    padding: 4rem 1rem;
    border-radius: 3rem;
  }
}

.search-filter-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media only screen and (max-width: 767.98px) {
  .search-filter-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-filter-wrap .search-filter-box img {
  width: 100%;
  border-radius: 2rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}




.search-filter-wrap .search-filter-box .search-filter-box-cont {
  padding-top: 2rem;
}

.search-filter-wrap .search-filter-box .search-filter-box-cont .d-flex {
  gap: 1rem;
}

.search-filter-wrap .search-filter-box p {
  font-family: var(--sap-regular);
  font-weight: 300;
  margin: 0px;
}

.search-filter-wrap .search-filter-box h2 {
  margin-top: 10px;
}

.journals-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}


#journalMarginViewMore {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .journals-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.journals-box-wrap .journals-box {
  /* padding-top: 2rem; */
  display: flex;
  gap: 2rem;
}

.journals-box-wrap .journals-box h2 {
  margin-bottom: 1rem;
}

.journals-box-wrap .journals-box p {
  font-family: var(--sap-regular);
}

@media only screen and (max-width: 767.98px) {
  .journals-box-wrap .journals-box {
    flex-direction: column;
  }
}

.title h1 {
  font-family: var(--cas-regular);
  font-size: 3.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #000;
  max-width: 75rem;
}

.titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 2.4rem;
}

.titleHeading span {
  font-family: var(--sap-bold);
}

.link {
  display: flex;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}

.link a img {
  height: 2rem;
  margin-bottom: 3px;
}

.link a {
  margin-bottom: -0.8rem;
  gap: 1.2rem;
  font-family: var(--cas-regular);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
  .link a {
    font-size: 1.6rem;
    gap: 1rem;
  }
}

.link a .backArrow {
  height: 2rem;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
}


.link a:hover .backArrow {
  transform: translateX(-0.4rem);
}

.title {
  margin-bottom: 1rem;
}

.title h1 {
  font-family: var(--cas-regular);
  font-size: 3.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #000;
  max-width: 75rem;
}

.paraBox {
  margin-bottom: 2.4rem;
}

.paraBox p {
  font-family: var(--sap-bold);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
}

.event-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767.98px) {
  .event-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cardItem3 {
  display: block;
  margin: 0 0 3rem 0;
}

.cardItem3 figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cardItem3 figure .figImg {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .cardItem3 figure .figImg {
    width: 100%;
  }
}

.cardItem3 figure figcaption h1 {
  font-family: var(--cas-semibold);
  margin-bottom: 1.2rem;
}

.journals-box .cardItem3 figure {
  height: 100%;
}

.journals-box .cardItem3 figure .figImg {
  height: fit-content;
  height: -webkit-fit-content;
}

.journals-box .cardItem3 figure .figImg img {
  height: fit-content;
  height: -webkit-fit-content;
  object-fit: contain;
}


.journals-box .cardItem3 figure figcaption {
  display: flex;
  flex-direction: column;
}


.journals-box .cardItem3 figure figcaption a {
  margin-top: auto;
}

.cardItem3 figure figcaption {
  width: calc(60% - 4rem);
}

@media only screen and (max-width: 767.98px) {
  .cardItem3 figure figcaption {
    width: 100%;
    padding-top: 30px;
  }
}

.cardItem3 figure figcaption p {
  line-height: 160%;
}

.contentContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

.contentContainer .leftContainer {
  width: 60%;
}

.contentContainer .rightContainer {
  width: 30%;
}

.rightContainer .stickyBox {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  padding: 3.5rem 3rem;
  margin: 0 0 3rem 0;
}

.panelists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  padding: 2rem 0 4rem 0;
}

@media only screen and (max-width: 767.98px) {
  .panelists {
    grid-template-columns: repeat(2, 1fr);
  }
}

.panelists .cardItem.cardItem1 {
  border-radius: 1rem;
  border-bottom-width: 0.2rem;
}

.panelists .cardItem.cardItem1 figcaption {
  padding: .5rem 1rem 5px;
}

.panelists .cardItem.cardItem1 figcaption p {
  font-size: 1rem;
}

.panelists .cardItem.cardItem1 .figImg {
  background: radial-gradient(circle, #01549c 28%, #03294a 100%);
}

.image-gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.image-gallery .image-gallery-inner {
  display: flex;
  gap: 2rem;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 767.98px) {
  .video-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.download-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.download-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--sap-regular);
  gap: 1rem;
}

.three-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767.98px) {
  .three-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.location {
  position: relative;
  padding-left: 20px;
}

.location span {
  position: absolute;
  left: 0;
}

.cardItem4 {
  margin: 0 0 3rem 0;
}

.cardItem4 figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cardItem4 figure .figImg {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  height: fit-content;
  height: -webkit-fit-content;
}

.cardItem4 figure figcaption {
  width: calc(50% - 3rem);
}

.research-publication {
  background-image: linear-gradient(119deg, #1d1d1d 35%, #727274 107%);
  padding: 3rem;
  border-radius: 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.research-publication .subtitle {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.research-publication .subtitle span {
  color: #a48654;
}

.video-banner {
  border-bottom: solid 10px #820325;
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  position: relative;
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
  padding: 13rem 6% 6rem 6%;
}

.video-banner .container2 {
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
}

.video-banner .container2 .head h1 {
  font-family: var(--cas-medium);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  margin-bottom: 3.4rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .video-banner .container2 .head h1 {

    font-size: 1.6rem;

  }

}


.video-banner .container2 .head h1 svg {
  margin-bottom: 0.3rem;
  height: 1rem;
  width: 1rem;
}

.video-banner .container2 .head p mark {
  font-family: var(--sap-bold);
}

.video-banner .container2 .head p {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-bottom: 2.4rem;
}

.video-banner .container2 .head p span {
  color: #a48654;
}

.video-banner .container2 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.video-banner .container2 .content img {
  margin-bottom: 1.6rem;
  width: 100%;
}

.video-banner .container2 .content .block {
  transition: all .3s ease-in-out;
}

.video-banner .container2 .content .block iframe {
  width: 100%;
  margin-bottom: 1.6rem;
  border-radius: 2rem;
}

.video-banner .container2 .content .text {
  display: flex;
  flex-direction: column;
}

.video-banner .container2 .content .text h1 {
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.12px;
  text-align: left;
  color: #fff;
  background-color: #ae904f;
  padding: 0.2rem 1.2rem;
  align-self: flex-start;
  border-radius: 2rem;
  margin-bottom: 0.8rem;
}

.video-banner .container2 .content .text p {
  font-family: var(--cas-regular);
  font-size: 2.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  margin-bottom: 0;
  width: 80%;
}

.video-list {
  position: relative;
  overflow: hidden;
  padding: 6rem 6% 6rem 6%;
}


.video-list .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}

.video-list .container2 {
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
}


.page-id-22894 .video-list .container2 .head {
  display: none;

}

.video-list .container2 .head h1 {
  font-family: var(--cas-medium);
  font-size: 1.7rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: left;
  color: #181818;
  margin-bottom: 3.4rem;
  display: flex;
  gap: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .video-list .container2 .head h1 {
    font-size: 1.6rem;
  }

}

.video-list .container2 .head h2 mark {
  font-family: var(--sap-bold);
}

.video-list .container2 .head h2 {
  font-family: var(--sap-regular);
  font-size: 3.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-bottom: 2.4rem;
}

.video-list .container2 .head h2 span {
  color: #a48654;
  font-weight: 600;
}

.video-list .container2 .filter {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  padding-top: 3.2rem;
}

.video-list .container2 .filter input {
  border-radius: 40px;
  border: solid 1px #9b0029;
  padding: 1.7rem 2rem 1.7rem 6rem;
  background-color: transparent;
  color: #9b0029;
  outline: none;
  position: relative;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.video-list .container2 .filter input::placeholder {
  color: #9b0029;
}

.video-list .container2 .filter button {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #9b0029;
  outline: none;
  position: relative;
  outline: none;
}

.video-list .container2 .filter button::before {
  content: url("../img/arrow-down.svg");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.video-list .container2 .filter button select {
  color: #9b0029;
  background-color: transparent;
  appearance: none;
  padding: 1.7rem 4rem 1.7rem 2rem;
  outline: none;
  border: 1px solid white;
}

.video-list .container2 .filter button select option {
  background-color: white;
  font-size: 1.4rem;
}

.video-list .container2 .filter #search {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #820325;
  border: solid 1px #9b0029;
  cursor: pointer;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  transition: all 0.3s ease-in-out;
  border: none;
}

.video-list .container2 .filter #search::before {
  display: none;
}

.video-list .container2 .filter #search:hover {
  color: #fff;
  background: #9b0029;
  /* border: solid 1px #9b0029; */
}

.video-list .container2 .list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.video-list .container2 .list .blob1 {
  position: absolute;
  bottom: 13%;
  right: -14%;
  z-index: -1;
  width: 100rem;
}

.video-list .container2 .list .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.video-list .container2 .list .content .block {
  display: flex;
  flex-direction: column;
  transition: all .3s ease-in-out;
}

.video-list .container2 .list .content .block:hover {
  opacity: .7;
}

.video-list .container2 .list .content .block img {
  margin-bottom: 1.6rem;
  border-radius: 2rem;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.video-list .container2 .list .content .block h1 {
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.12px;
  text-align: left;
  color: #181818;
  background-color: #d3d3d3;
  padding: 0.2rem 1.2rem;
  align-self: flex-start;
  border-radius: 2rem;
  margin-bottom: 0rem;
}

.video-list .container2 .list .content .block p {
  font-family: var(--cas-semibold);
  font-size: 2.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
  margin-bottom: 0;
  width: 90%;
}

.video-list .container2 .viewMore {
  display: flex;
  align-self: center;
}

.video-list .container2 .viewMore h1 {
  background-color: #fff;
  border: 1px solid #9b0029;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9b0029;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.video-list .container2 .viewMore h1:hover {
  background: #9b0029;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .video-banner {
    padding: 14rem 6% 3rem 6%;
    border-radius: 0 0 2rem 2rem;
  }

  .video-banner .container2 .head h1 {
    font-size: 1.6rem;
    gap: 1rem;
    margin-bottom: 1.4rem;
  }

  .video-banner .container2 .head p {
    font-size: 2.2rem;
  }

  .video-banner .container2 .content {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-banner .container2 .content .text h1 {
    font-size: 1rem;
  }

  .video-banner .container2 .content .text p {
    font-size: 1.6rem;
  }

  .video-list {
    padding: 6.5rem 6% 5rem 6%;
  }

  .video-list .container2 .head h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .video-list .container2 .head h2 {
    font-size: 2.2rem;
  }

  .video-list .container2 .filter {
    flex-direction: column;
    margin-bottom: 4.4rem;
    padding-top: .2rem;
  }

  .video-list .container2 .filter input {
    padding: 1.7rem 2rem 1.7rem 4rem;
  }

  .video-list .container2 .filter button select {
    width: 100%;
  }

  .video-list .container2 .filter button select option {
    width: 100%;
  }

  .video-list .container2 .list .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }

  .video-list .container2 .list .content .block p {
    font-size: 1.6rem;
  }

  .video-list .container2 .list .viewMore {
    margin-top: 3rem;
  }
}

.bannerBlack {
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);
  overflow: hidden;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}

@media only screen and (max-width: 575.98px) {
  .bannerBlack {
    border-radius: 0 0 6rem 6rem;
    margin-bottom: 2rem;

  }
}

.bannerBlack .heroContainer {
  padding: 6.4rem 0 6.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer {
    gap: 3rem;
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerBlack .heroContainer {
    /*     padding: 2rem 0; */
    gap: 2rem;
  }
}

.bannerBlack .heroContainer .titleBox {
  /*   padding-bottom: 0; */
}

.bannerBlack .heroContainer .topContainer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .bannerBlack .heroContainer .topContainer {
    gap: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575.98px) {
  .bannerBlack .heroContainer .topContainer {
    gap: 1rem;
  }
}

.bannerBlack .heroContainer .topContainer .heroGradient {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  height: 46rem;
  width: 46rem;
}

.bannerBlack .heroContainer .topContainer .buttonBox {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: absolute;
  left: 5rem;
  bottom: 0;
  z-index: 5;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .buttonBox {
    display: none;
  }
}

.bannerBlack .heroContainer .topContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.bannerBlack .heroContainer .topContainer .numberBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .numberBox {
    flex-direction: row;
    gap: 2.4rem;
    height: 100%;
  }
}

.bannerBlack .heroContainer .topContainer .numberBox .numberText {
  font-family: var(--cas-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .numberBox .numberText {
    line-height: 1;
  }
}

.bannerBlack .heroContainer .topContainer .numberBox .line {
  background-color: rgba(0, 0, 0, 0.2);
  width: 2px;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .numberBox .line {
    height: 2px;
    width: 100%;
  }
}

.bannerBlack .heroContainer .topContainer .numberBox .line .highlight {
  position: absolute;
  width: 2px;
  background-color: #000;
  height: 100%;
  border-radius: 2px;
  top: 0;
  animation: none;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .numberBox .line .highlight {
    height: 2px;
    width: 100%;
    transition: width 5s linear;
    animation: none;
  }
}

.bannerBlack .heroContainer .topContainer .contentWrapper {
  display: flex;
  width: 96%;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .contentWrapper {
    width: 100%;
  }
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 1;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .contentWrapper .contentBox {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .bannerBlack .heroContainer .topContainer .contentWrapper .contentBox {
    gap: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .bannerBlack .heroContainer .topContainer .contentWrapper .contentBox {
    gap: 1.5rem;
  }
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .textContentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Ensure content is spaced out */
  align-self: stretch;
  /* Added to take full height */
  width: 38%;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .textContentBox {
    padding-top: 0;
    width: 100%;
  }
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .headingText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.36px;
  text-align: left;
  color: #181818;
  font-family: var(--cas-regular);
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .paraText {
  padding-bottom: 2rem;
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .textContentBox .paraText p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  /* color: rgba(24, 24, 24, 0.88); */
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer {
  width: 60%;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer {
    width: 100%;
  }
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer .imgHolder {
  position: relative;
  display: block;
  border-radius: 2rem;
  /*   padding-top: 56.25%; */
  background-color: #c4c4c4;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.bannerBlack .heroContainer .topContainer .contentWrapper .contentBox .mediaContainer .imgHolder img {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.bannerBlack .heroContainer .bottomContainer .wrapper {
  display: flex;
  align-items: stretch;
  /* Remove left margin from the first .slideBox */
  /* Remove right margin from the last .slideBox */
}

@media only screen and (max-width: 600px) {
  .bannerBlack .heroContainer .bottomContainer .wrapper {
    display: none;
  }
}

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox {
  flex-basis: 20%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox .slideBox {
  padding: 1.2rem;
  transition: all 0.3s ease;
  border: 0px solid transparent;
  border-radius: 2rem;
  height: 100%;
}

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox .slideBox .slideText {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
}

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox:first-child {
  margin-left: 0;
}

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox:last-child {
  margin-right: 0;
}

/* .bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox:not(:last-child) {
  border-right: 1px solid #c4c4c4;
} */

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox:not(:last-child) {
  position: relative;
}

.bannerBlack .heroContainer .bottomContainer .wrapper .slideMainBox:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  /* Align to the right edge */
  top: 50%;
  /* Start from the middle */
  transform: translateY(-50%);
  /* Center vertically */
  height: 70%;
  /* Adjust this value for the desired height */
  border-right: 1px solid #5F5F5F;
  /* Match your existing border style */
}

.wrapperFill {
  background-color: #1e1e1e !important;
  border: 1px solid #5f5f5f !important;
}

.bannerBlack .heroContainer .bottomContainer .buttonBox {
  margin-top: auto;
  display: none;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  padding-top: 2rem;
}

@media only screen and (max-width: 767.98px) {
  .bannerBlack .heroContainer .bottomContainer .buttonBox {
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .bannerBlack .heroContainer .bottomContainer .buttonBox {
    padding-top: 0;
  }
}

.bannerBlack .heroContainer .bottomContainer .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.bannerWrapper .slick-list {
  overflow: hidden;
  width: 100%;
}

.bannerWrapper .wrapper .slideBox.slick-active {
  border-right: 1px solid #000;
}

.bannerWrapper .wrapper .slick-track {
  display: flex !important;
  align-items: stretch;
  height: 100%;
}

.eventCarousal {
  position: relative;
}

.eventCarousal .headingBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767.98px) {
  .eventCarousal .headingBox {
    padding-bottom: 2.4rem;
  }
}

.eventCarousal .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 0;
}

.eventCarousal .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.eventCarousal .headingBox .buttonBox {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  justify-content: center;
}

.eventCarousal .headingBox .buttonBox svg {
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  user-select: none;
}

.eventCarousal .cardsContainer .slick-track {
  /* width: 100% !important; */
}

.eventCarousal .cardsContainer {
  display: flex;
  position: relative;
}

.eventCarousal .buttonBox {
  position: absolute;
  left: -1.5%;
  z-index: 1;
  display: flex;
  width: 103.5%;
  justify-content: space-between;
  /*     padding: 0 5%; */
  margin-top: 8%;
}


@media only screen and (max-width: 767.98px) {
  .eventCarousal .buttonBox {
    margin-top: 13%;
    left: 0%;
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .eventCarousal .buttonBox {
    margin-top: 16%;
  }
}

.eventCarousal .buttonBox svg:hover path {
  stroke: none;
  fill: #9b0029;
}

.eventCarousal .buttonBox svg {
  height: 6rem;
  width: 6rem;
}


@media only screen and (max-width: 1300px) {
  .eventCarousal .buttonBox svg {
    height: 5rem;
    width: 5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .eventCarousal .buttonBox svg {
    height: 4rem;
    width: 4rem;
  }
}

.eventCarousal .leftBtn {
  cursor: pointer;
}

.eventCarousal .rightBtn {
  cursor: pointer;
}

.eventCarousal .cardsContainer .cardBlock {
  width: 100%;
  margin: 0 1rem;
  flex-basis: 50%;
}

.eventCarousal .cardsContainer .cardBlock .imgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  /* padding-top: 56.25%; */
  background-color: #c4c4c4;
  overflow: hidden;
  margin-bottom: 1.6rem;
  aspect-ratio: 16/9;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.eventCarousal .cardsContainer .cardBlock .imgBox img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.eventCarousal .cardsContainer .cardBlock .yearBox {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.eventCarousal .cardsContainer .cardBlock .yearBox .type {
  font-family: var(--sap-medium);
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
  background-color: rgba(211, 211, 211, 0.7);
}

.eventCarousal .cardsContainer .cardBlock .paraBox {
  margin-bottom: 0;
}

.eventCarousal .cardsContainer .cardBlock p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  padding-bottom: 0.8rem;
}

.eventCarousal .cardsContainer .cardBlock h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.eventCarousal .cardsContainer .cardBlock .btnBox {
  margin: 2.8rem 0;
}

@media only screen and (max-width: 575.98px) {
  .eventCarousal .cardsContainer .cardBlock .btnBox {
    margin: 1.6rem 0;
  }
}

.pastEvent-banner .container .filter {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 3em;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .pastEvent-banner .container .filter {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pastEvent-banner .container .filter input {
  border-radius: 40px;
  border: solid 1px #9b0029;
  padding: 1.7rem 2rem 1.7rem 6rem;
  background-color: transparent;
  color: #9b0029;
  outline: none;
  position: relative;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.pastEvent-banner .container .filter input::placeholder {
  color: #9b0029;
}

.pastEvent-banner .container .filter button {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #9b0029;
  outline: none;
  position: relative;
  outline: none;
  text-align: left;
  /*   display: flex; */
}

.pastEvent-banner .container .filter button::before {
  content: url("../img/arrow-down.svg");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.pastEvent-banner .container .filter button select {
  color: #9b0029;
  background-color: transparent;
  appearance: none;
  padding: 1.7rem 4rem 1.7rem 2rem;
  outline: none;
  border: 1px solid white;
}

.pastEvent-banner .container .filter button select option {
  background-color: white;
  font-size: 1.4rem;
}

.pastEvent-banner .container .filter #search {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #820325;
  border: none;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
}

.pastEvent-banner .container .filter #search::before {
  display: none;
}

.pastEvent-banner .container .filter #search:hover {
  color: #fff;
  background: #820325;
  background-image: none;
  /* border: solid 1px #9b0029; */
}

.pastEvent-banner .container .publications_list .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.pastEvent-banner .container .publications_list .list .content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content {
    flex-direction: column;
    gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  padding: 1.6rem 2rem 10rem 2rem;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 {
    border-radius: 20px;
    padding: 30px 20px 80px 20px;
    margin: 0;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardTop {
    padding-bottom: 15px;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardTop .cardTag {
  font-family: var(--sap-medium);
  background-color: #d3d3d3;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardTop .cardTag {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardTop .cardTag {
    font-size: 1.2rem;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardTop .cardDate {
  font-family: var(--sap-regular);
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid {
  display: block;
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid h3 {
  font-size: 2.4rem;
  font-family: var(--cas-bold);
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid .cardAuthor {
  font-family: var(--sap-medium);
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid .cardAuthor {
    font-size: 16px;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid .cardDes {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  line-height: 145%;
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardMid .cardDes {
    font-size: 16px;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 .cardBottom {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 a {
  font-size: 1.4rem;
  height: auto;
}

@media only screen and (max-width: 1150px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 a {
    font-size: 1.2rem;
    padding: 0 3rem;
  }
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 a.btnSecondary {
  background-color: #000000;
  color: #fff;
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 a.btnSecondary:hover {
  background-color: #9b0029;
  border-color: #9b0029;
}

.pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 a:last-child {
  border: 0;
  font-family: var(--sap-medium);
}

@media only screen and (max-width: 767.98px) {
  .pastEvent-banner .container .publications_list .list .content .cardItem.cardItem2 a:last-child {
    padding: 0px 20px;
  }
}

.pastEvent-banner .container .publications_list .list .viewMore {
  display: flex;
  align-self: center;
}

.pastEvent-banner .container .publications_list .list .viewMore h1 {
  background-color: #fff;
  border: 1px solid #9b0029;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9b0029;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
}

.pastEvent-banner .container .publications_list .list .viewMore h1:hover {
  background: #9b0029;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .publication-banner .container2 {
    padding-top: 14rem;
  }

  .publication-banner .container2 .head h1 {
    font-size: 1.6rem;
    gap: 1rem;
    margin-bottom: 1.4rem;
  }

  .publication-banner .container2 .head h2 {
    font-size: 2.2rem;
  }

  .publication-banner .container2 .filter {
    flex-direction: column;
  }

  .publication-banner .container2 .filter input,
  #projectSearchInput {
    padding: 1.7rem 2rem 1.7rem 4rem;
  }

  #projectSearchInput {
    padding: 0.7rem 1rem 0.7rem 4rem;
  }

  .projectsPage .sectionWrapperProjects .rightContainer .formContainer {

    display: flex;
    gap: .6rem;

  }


  .publication-banner .container2 .filter button select {
    width: 100%;
  }

  .publication-banner .container2 .filter button select option {
    width: 100%;
  }

  .publication-banner .container2 .publications_list {
    flex-direction: column;
  }

  .publication-banner .container2 .publications_list .tabBtnContainer {
    width: 100%;
  }

  .publication-banner .container2 .publications_list .tabBtnContainer img {
    display: none;
  }

  .publication-banner .container2 .publications_list .list {
    width: 100%;
  }

  .publication-banner .container2 .publications_list .list .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.eventCarousal .titleBox svg,
.eventCarousal .titleBox .titleText,
.eventCarousal .titleHeading,
.eventCarousal .buttonBox {
  opacity: 0;
}

.pastEvent-banner .titleBox svg,
.pastEvent-banner .titleBox .titleText,
.pastEvent-banner .titleHeading,
.pastEvent-banner .filter input,
.pastEvent-banner .filter button,
.pastEvent-banner .list .cardItem,
.pastEvent-banner .list .viewMore {
  opacity: 0;
}

.flPub .cardsContainer {
  display: flex;
  gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
  .flPub .cardsContainer {
    flex-direction: column;
  }
}

.flPub .cardsContainer .cardBlock {
  width: 100%;
}

.flPub .cardsContainer .cardBlock .imgBox {
  position: relative;
  display: block;
  border-radius: 2rem;
  padding-top: 56.25%;
  background-color: #c4c4c4;
  overflow: hidden;
  margin-bottom: 1.6rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}

.flPub .cardsContainer .cardBlock .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.flPub .cardsContainer .cardBlock .yearBox {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.14px;
  text-align: left;
  color: rgba(24, 24, 24, 0.88);
  font-family: var(--sap-regular);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.flPub .cardsContainer .cardBlock .yearBox .type {
  font-family: var(--sap-medium);
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
  background-color: rgba(211, 211, 211, 0.7);
}

.flPub .cardsContainer .cardBlock p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  padding-bottom: 0.8rem;
}

.flPub .cardsContainer .cardBlock h4 {
  font-family: var(--cas-semibold);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.24px;
  text-align: left;
  color: #181818;
}

.flPub .cardsContainer .cardBlock .btnBox {
  margin: 2.8rem 0;
}

@media only screen and (max-width: 575.98px) {
  .flPub .cardsContainer .cardBlock .btnBox {
    margin: 1.6rem 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperJl .cardItem3 {
    margin: 0;
  }
}

.sectionWrapperJl .ctaContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 2.4rem;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperJl .ctaContainer {
    gap: 2.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperJl .ctaContainer {
    gap: 2rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperJl .ctaContainer {
    gap: 1.2rem;
  }
}

.sectionWrapperJl .ctaContainer .cardCTA {
  font-family: var(--sap-bold);
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  height: 8rem;
  border-radius: 1rem;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperJl .ctaContainer .cardCTA {
    font-size: 1.4rem;
    height: 6.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperJl .ctaContainer .cardCTA {
    height: 5.4rem;
  }
}

.sectionWrapperWP {
  display: flex;
  gap: 4vw;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperWP {
    flex-direction: column;
  }
}

.sectionWrapperWP .leftContainer {
  width: 20%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperWP .leftContainer {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperWP .leftContainer .headingBox {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperWP .leftContainer .headingBox .titleHeading {
    margin-bottom: 0;
  }
}

.sectionWrapperWP .leftContainer .headingBox .viewMoreLink {
  width: fit-content;
  width: -webkit-fit-content;
  font-size: 1.4rem;
}

.sectionWrapperWP .leftContainer .lottieContainer {
  padding-top: 6rem;
  width: 80%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperWP .leftContainer .lottieContainer {
    display: none;
  }
}

.sectionWrapperWP .rightContainer {
  width: 75%;
}

@media only screen and (max-width: 991.98px) {
  .sectionWrapperWP .rightContainer {
    width: 100%;
  }
}

.sectionWrapperWP .rightContainer .content {
  width: 100%;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .sectionWrapperWP .rightContainer .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content {
    display: flex;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(24, 24, 24, 0.25);
  border-radius: 2rem;
  padding: 1.6rem 2rem 10rem 2rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 {
    margin: 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 {
    border-radius: 20px;
    padding: 30px 20px 80px 20px;
    max-width: 280px;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardTop {
    padding-bottom: 15px;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardTop .cardTag {
  font-family: var(--sap-medium);
  background-color: #d3d3d3;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardTop .cardTag {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardTop .cardTag {
    font-size: 1.2rem;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardTop .cardDate {
  font-family: var(--sap-regular);
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid {
  display: block;
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid h3 {
  font-size: 2.4rem;
  font-family: var(--cas-bold);
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid .cardAuthor {
  font-family: var(--sap-medium);
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid .cardAuthor {
    font-size: 16px;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid .cardDes {
  font-family: var(--sap-regular);
  font-size: 1.6rem;
  line-height: 145%;
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardMid .cardDes {
    font-size: 16px;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 .cardBottom {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a {
  font-size: 1.4rem;
  height: auto;
}

@media only screen and (max-width: 1150px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a {
    font-size: 1.2rem;
    padding: 0 3rem;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a.btnSecondary {
  background-color: #000000;
  color: #fff;
  white-space: nowrap;
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a.btnSecondary:hover {
  background-color: #9b0029;
  border-color: #9b0029;
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a:last-child {
  padding: 0 1rem;
  border: 0;
  font-family: var(--sap-medium);
}

@media only screen and (max-width: 767.98px) {
  .sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a:last-child {
    padding: 0px 20px;
  }
}

.sectionWrapperWP .rightContainer .content .cardItem.cardItem2 a:last-child:hover {
  color: #9b0029;
}

.blackBarWrapper {
  border-radius: 10rem;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  margin-bottom: 8rem;
}

.blackBarWrapper.publicationMain {
  margin-bottom: 2rem;
}


@media only screen and (max-width: 767.98px) {
  .blackBarWrapper {
    border-radius: 6rem;
  }
}

.blackBarWrapper .blackBarContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  gap: 4rem;
}

.blackBarWrapper .blackBarContainer .btnBox a:hover {
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .blackBarWrapper .blackBarContainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.blackBarWrapper .blackBarContainer .headingBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 35%;
}

.blackBarWrapper .blackBarContainer .headingBox .titleHeading {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: var(--sap-regular);
  transition: all 0.2s ease;
  margin-bottom: 0;
}

.blackBarWrapper .blackBarContainer .headingBox .titleHeading span {
  font-family: var(--sap-bold);
}

.blackBarWrapper .blackBarContainer .paraBox {
  flex-basis: 40%;
  margin-bottom: 0;
}

.blackBarWrapper .blackBarContainer .paraBox p {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #fff;
}

.blackBarWrapper .blackBarContainer .btnBox {
  flex-basis: 20%;
}

@media only screen and (max-width: 767.98px) {
  .blackBarWrapper .blackBarContainer .btnBox {
    margin: 2.4rem 0;
  }
}

.flPub .titleBox svg,
.flPub .titleBox .titleText,
.flPub .titleHeading,
.flPub .cardsContainer .cardBlock {
  opacity: 0;
}

.sectionWrapperJl .titleBox svg,
.sectionWrapperJl .titleBox .titleText,
.sectionWrapperJl .titleHeading,
.sectionWrapperJl .journals-box-wrap .journals-box,
.sectionWrapperJl .ctaContainer .cardCTA {
  opacity: 0;
}

.sectionWrapperWP .titleBox svg,
.sectionWrapperWP .titleBox .titleText,
.sectionWrapperWP .titleHeading,
.sectionWrapperWP .viewMoreLink,
.sectionWrapperWP .content .cardItem {
  opacity: 0;
}

#titleWithBtn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  padding-top: 1.2rem;
}

#titleWithBtn .titleBox {
  padding-bottom: 0;
}




#animated-path1 {
  stroke-dasharray: 2000;

  stroke-dashoffset: 2000;

}

#animated-path2 {
  stroke-dasharray: 2000;

  stroke-dashoffset: 2000;

}

.footerGradient #animated-path3 {
  stroke-dasharray: 2000;
  /* Adjust based on path length */
  stroke-dashoffset: 2000;
  /* Start the stroke in the middle */
  /* animation: growFromCenter 5s ease-in-out forwards; */
}

.footerGradient #animated-path4 {
  stroke-dasharray: 2000;
  /* Adjust based on path length */
  stroke-dashoffset: 2000;
  /* Start the stroke in the middle */
  /* animation: growFromCenter 5s ease-in-out forwards; */
}


.niti_banner .footerGradient2 #animated-path5 {
  stroke-dasharray: 2000;
  /* Adjust based on path length */
  stroke-dashoffset: 2000;
  /* Start the stroke in the middle */
  /* animation: growFromCenter 5s ease-in-out forwards; */
}

.niti_banner .footerGradient2 #animated-path6 {
  stroke-dasharray: 2000;
  /* Adjust based on path length */
  stroke-dashoffset: 2000;
  /* Start the stroke in the middle */
  /* animation: growFromCenter 5s ease-in-out forwards; */
}



.research-study-popup .projectWave #animated-path7 {
  stroke-dasharray: 2000;
  /* Adjust based on path length */
  stroke-dashoffset: 2000;
  /* Start the stroke in the middle */
  /* animation: growFromCenter 5s ease-in-out forwards; */
}

.research-study-popup .projectWave #animated-path8 {
  stroke-dasharray: 2000;
  /* Adjust based on path length */
  stroke-dashoffset: 2000;
  /* Start the stroke in the middle */
  /* animation: growFromCenter 5s ease-in-out forwards; */
}




.sectionWrapper1 .ctaContainer .rippleEffect {
  position: relative !important;

  /* display: inline-block; */
  overflow: hidden;
}

.rippleEffect .ripple {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: animate 1s linear infinite;

}

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    opacity: 0.2;
  }

  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}

/*Fixes*/
.infoTag a {
  margin: 5px;
}

.contentElements .btn:hover {
  background-color: #9b0029;
  border-color: #9b0029;

}

.contentElements .btn:hover a strong {
  color: white;

}

.stickyBox a.btn:hover {
  background-color: #9b0029;
  border-color: #9b0029;
}

.journals-box a.btn:hover {
  background-color: #9b0029;
  border-color: #9b0029;
}



.peoplsResearchViewMore {

  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 5rem;
}


.peoplsResearchViewMore h1 {

  cursor: pointer;
}


button.viewmore {
  background-color: #fff;
  border: 1px solid #9b0029;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9b0029;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

button.viewmore:hover {
  background: #9b0029;
  color: #fff;
}

#tabbed-dots {
  display: none;
  position: relative;
  width: 100%;
  flex-direction: column;
  gap: 2.4rem;
  bottom: unset;
  right: unset;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease;
}

#tabbed-dots p {
  width: 100%;
  font-family: var(--sap-regular);
  line-height: 26px;
  letter-spacing: -1%;

}

#peopleMainContainer {
  display: flex;
  gap: 8vw;
}


@media only screen and (max-width: 991.98px) {
  #peopleMainContainer {
    flex-direction: column;
    gap: 4rem;
  }
}

.director-general-active-grid {
  grid-template-columns: repeat(1, 1fr) !important;
  /* display: flex !important; */
}

/* CSS for cardItem.cardItem1 when Director General tab is active */
.director-general-active-card {
  width: 38rem;
  height: max-content;
}

@media only screen and (max-width: 991.98px) {
  .director-general-active-card {
    width: 26rem;
  }
}

.contentTop .postAuthors .authorteam {
  color: #9b0029;
}

.bannerWrapperSlider {
  overflow: visible !important;
  border-radius: none !important;
  border-bottom: solid 10px #820325;
  background-image: linear-gradient(130deg, #fff 32%, #deb59d 108%);

}

.sectionWrapperCom .paddingTop8 .title h1 {
  color: rgb(164, 134, 84);
  font-weight: 600;
}


.researchAreaViewMoreLink {
  display: flex;
  margin-bottom: 5rem;
  position: relative;
  z-index: 5;
  display: none;
}


.publication-banner .container2 .filter #clearSearchField {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #181818;
  background-color: #d3d3d3;
  border: none;
  color: black;

}

.publication-banner .container2 .filter #clearSearchField:hover {
  opacity: .7;
}


.publication-banner .container2 .filter #clearSearchField::before {
  content: '';
}

.header .dropdownAllPubl {
  position: relative !important;
  right: unset !important;
  bottom: unset !important;
  display: flex;
  justify-content: flex-end;
}

.header .dropdownViewAll {
  position: absolute;
  right: 0;
  bottom: 3rem;
}

/* @media only screen and (max-width: 767.98px) {
  .header .dropdownAllPubl {
    position: absolute !important;
    right: 0 !important;
    bottom: 0rem !important;
  }
} */

@media only screen and (max-width: 767.98px) {
  .header .dropdownViewAll {
    position: relative;
    right: unset;
    bottom: unset;
    grid-column: 2;
    width: -webkit-fit-content;
  }
}

.header .dropdownViewAll a {
  color: #fff;
  font-family: var(--sap-medium);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  padding: 4px 8px;
  background-color: #ae904f;
  border-radius: 5px;
}

/* .header .dropdownViewAll a:hover {
  color: #ae904f;
} */

.header .dropdownViewAll a:hover .viewAllSpan .svgViewAll {
  transform: translateX(4px);
}

.header .dropdownViewAll .viewAllSpan .svgViewAll {
  height: 1.6rem !important;
  width: 1.6rem !important;
  transition: transform 0.3s ease;
  transform: rotate(0);
}

@media only screen and (max-width: 767.98px) {
  .header .dropdownViewAll .viewAllSpan .svgViewAll {
    height: 1.6rem !important;
    width: 1.6rem !important;
    transform: rotate(0) !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .dropdownViewAll .viewAllSpan .svgViewAll path {
    stroke: #fff !important;
  }
}




.noCareers {

  display: flex;
  width: 100%;
  font-family: var(--cas-regular);
}


/* !podcast viewmore  */


.podCasts-list .viewMore {
  display: flex;
  justify-content: center;
  margin-top: 5rem;

}

.podCasts-list .viewMore h1 {
  background-color: #fff;
  border: 1px solid #9b0029;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9b0029;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}


.podCasts-list .viewMore h1:hover {
  background: #9b0029;
  color: #fff;
}


#podcastSearch {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  background: #820325;
  border: solid 1px #9b0029;
  cursor: pointer;
  background-image: linear-gradient(91deg, #820325 3%, #d09b8b 99%);
  transition: all 0.3s ease-in-out;
}

#podcastSearch {
  border-radius: 40px;
  overflow: hidden;

  border: solid 1px #fff;
  outline: none;
  position: relative;
}

#podcastSearch:hover {
  color: #fff;
  background: #820325;
  background-image: none;
}

#podcastSearch::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}


.blog-image-outside img {
  object-fit: cover;
}

/* !event page download list  */


/* .download-list  */

.download-list span {
  width: 80%;
}

.download-list img {
  width: 100%;
}


.event_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}


.videoGallery {
  padding-top: 5rem;
}

.videoGallery .titleHeading {
  opacity: 1 !important;
}


.videoGallery .titleHeading mark {
  font-family: var(--sap-bold);
}



.event_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2rem;
}

.event_gallery_grid a {
  /* aspect-ratio: 16/9; */
  /* width: 100%; */
  /* height: 100%; */

  box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.75);
  position: relative;

}


.event_gallery_grid a .ytBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
}

.event_gallery_grid a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  padding-top: 2px;
  object-fit: cover;
}









/* !contact form 7  */

.wpcf7-list-item {
  margin: 0 0 0 0em;
}

.signupform span.wpcf7-list-item-label {
  display: none;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.pastEventsPage .rightContainer #lottie-horizontalN-directURL {
  position: sticky;
  position: -webkit-sticky;
  top: 4rem;
}

@media only screen and (max-width: 991.98px) {
  .pastEventsPage .rightContainer #lottie-horizontalN-directURL {
    position: relative;
    top: unset;
  }
}

#flagshipPublicationViewMore {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #9b0029;
  border-radius: 6rem;
  line-height: 5.6rem;
  padding: 0 4rem;
  font-family: var(--sap-medium);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9b0029;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
  margin-top: 3rem;
  align-self: center;
}


#flagshipPublicationViewMore:hover {
  background: #9b0029;
  color: #fff;
}

.flagshipPublicationContainer {
  display: flex;
  flex-direction: column;

}

/* !newsletter filters  */



#newsLetterFilter1 {
  margin-bottom: 2rem;
}

#newsLetterFilter1 button {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #9b0029;
  outline: none;
  position: relative;
  outline: none;
}


#newsLetterFilter1 button::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

#newsLetterFilter1 #year {
  color: #9b0029;
  background-color: transparent;
  appearance: none;
  padding: 1.7rem 4rem 1.7rem 2rem;
  outline: none;
  border: 1px solid white;

}

#newsLetterFilter1 #searchNewsLetter1 {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #181818;
  border: none;
}

#newsLetterFilter1 #searchNewsLetter1:hover {
  color: #fff;
  background: #9b0029;
}

#newsLetterFilter1 #searchNewsLetter1::before {
  content: '';
}


/* !filter 2  */



#newsLetterFilter2 {
  margin-bottom: 2rem;
}

#newsLetterFilter2 button {
  border-radius: 40px;
  overflow: hidden;
  background-color: transparent;
  border: solid 1px #9b0029;
  outline: none;
  position: relative;
  outline: none;
}


#newsLetterFilter2 button::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

#newsLetterFilter2 #year {
  color: #9b0029;
  background-color: transparent;
  appearance: none;
  padding: 1.7rem 4rem 1.7rem 2rem;
  outline: none;
  border: 1px solid white;

}

#newsLetterFilter2 #searchNewsLetter2 {
  padding: 1.7rem 3rem 1.7rem 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #181818;
  border: none;
}

#newsLetterFilter2 #searchNewsLetter2:hover {
  color: #fff;
  background: #9b0029;
}

#newsLetterFilter2 #searchNewsLetter2::before {
  content: '';
}

.show_dflip {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
}

.eventContainer {
  margin-bottom: 2.4rem;
}

.sectionWrapperCom .eventContainer .btnPrimaryRed {
  text-transform: capitalize;
}

.eventReadMore {
  margin-top: auto;
}

.flagshipEventContainer2 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}


.flagshipEventContainer2 .rightContainer .lottieContainer {
  position: sticky;
  top: 4rem;
}

.projectIndividualPage .projectAuthorsContainer {
  font-family: var(--sap-regular);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.16px;
  text-align: left;
  color: #181818;
  width: 75%;
}

.projectIndividualPage .projectAuthorsContainer p {
  margin-bottom: 1.5rem;
}

.projectIndividualPage .projectAuthorsContainer p b {
  display: block;
}

.projectIndividualPage .projectAuthorsContainer b {
  display: block;
}

.projectIndividualPage .projectAuthorsContainer a {
  color: #9b0029;
  white-space: nowrap;
}

.careerSinglePage .rightContainer .sideAbstract {
  position: sticky;
  top: 4rem;
}

.careerSinglePage .mainWrapper {
  overflow: visible;
}


/* !back to top Btn  */

.backToTop {
  position: fixed;
  right: 1%;
  bottom: 5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #9D3D4D;
  transition: all .3s ease-in-out;
  cursor: pointer;
  /* display: none; */
  z-index: 50000;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}

@media only screen and (max-width: 768px) {

  .backToTop {
    right: 4%;
    bottom: 3rem;
    width: 4rem;
    height: 4rem;
  }

}


.backToTop.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
  /* Instant visibility change when showing */
}



.backToTop:hover {
  opacity: 0.85;
}

.backToTop svg {
  width: 85%;
  height: 100%;
  padding: 1rem;
}




.page-id-26289 iframe,
.page-id-26369 iframe {
  width: 1320px;
  /*  width: 100%; */
  height: 100vh;
  border: none;
}

.page-id-26289 .embedContainer,
.page-id-26369 .embedContainer {
  width: 100%;
  display: flex;
  justify-content: center;

}



.projectIndividualPage .blackBGBtn {
  display: flex;
  margin-top: 3rem !important;
  color: #fff !important;
  width: fit-content;
  width: -webkit-fit-content;
}

.projectIndividualPage .blackBGBtn:hover {
  color: #fff;
}

.governingParaBox {
  width: 65%;
  font-family: var(--sap-regular);
  line-height: 1.4;
  margin-bottom: 2.4rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 991.98px) {
  .governingParaBox {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .governingParaBox {
    width: 90%;
  }
}

@media only screen and (max-width: 575.98px) {
  .governingParaBox {
    width: 100%;
  }
}

.boxShadow {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25) !important;
}

.objectFitCover {
  object-fit: cover !important;
}

.marginTopAuto {
  margin-top: auto;
}

.marginTop4 {
  margin-top: 4rem !important;
}

.noMargin {
  margin: 0 !important;
}



#wpforms-27475 input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

#wpforms-27475 .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}




.fluentform input,
.fluentform select,
.fluentform textarea {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}