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

html {
  scroll-behavior: smooth; }

body {
  font-family: "Roboto", sans-serif;
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body .container {
    max-width: 82.5rem;
    margin: 0 auto; }
  body li {
    list-style-type: none; }
    body li a {
      text-decoration: none; }

.error-message {
  color: #ff0000;
  font-weight: bold; }

section .container {
  background-color: #f7f7f7; }

.main-header::before {
  content: "";
  display: block;
  height: 1.25rem;
  max-width: 82.5rem;
  margin: 0 auto;
  background-color: #1823a0; }
.main-header .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem; }
  .main-header .nav-bar .nav-right {
    display: flex;
    gap: 100px;
    align-items: center; }
    .main-header .nav-bar .nav-right .nav-links {
      display: block; }
      @media (max-width: 425px) {
        .main-header .nav-bar .nav-right .nav-links {
          display: none; } }
      .main-header .nav-bar .nav-right .nav-links li {
        display: inline-flex;
        justify-content: center;
        text-align: center; }
        @media (max-width: 425px) {
          .main-header .nav-bar .nav-right .nav-links li {
            display: flex;
            margin: 40px; } }
        .main-header .nav-bar .nav-right .nav-links li a {
          color: #525257;
          min-width: 100px; }
          .main-header .nav-bar .nav-right .nav-links li a.selected {
            background: linear-gradient(to right, #0001BD, #0307BD, #0C19BC, #1936BA, #2D5EB7, #4691B4, #4EA2B3, #4EB1AF, #4DD1A6, #4DD19A, #4CD279, #4CD26A);
            background-clip: text;
            font-weight: 700;
            -webkit-background-clip: text;
            color: transparent; }
  .main-header .nav-bar .nav-side-logo {
    display: none; }
    @media (max-width: 425px) {
      .main-header .nav-bar .nav-side-logo {
        display: block; } }
    .main-header .nav-bar .nav-side-logo #menu-icon {
      position: absolute;
      top: 39px;
      right: 20px;
      width: 50px;
      /* Setting an explicit width and height */
      height: 50px;
      background-color: transparent;
      /* Ensure it's transparent */
      cursor: pointer;
      /* Change the mouse icon to indicate it's clickable */ }
      .main-header .nav-bar .nav-side-logo #menu-icon div {
        background-color: #1823a0;
        height: 2px;
        left: 0;
        opacity: 1;
        position: absolute;
        transform-origin: center;
        transition-delay: .25s, .25s, 0;
        transition-duration: .25s, .25s, .25s;
        transition-property: transform, top, opacity;
        transition-timing-function: ease-in, linear;
        width: 50px; }
      .main-header .nav-bar .nav-side-logo #menu-icon div:nth-of-type(2) {
        top: 10px; }
      .main-header .nav-bar .nav-side-logo #menu-icon div:nth-of-type(3) {
        top: 20px; }
  @media (max-width: 425px) {
    .main-header .nav-bar.open .nav-right .nav-links {
      display: block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 83px;
      left: 0;
      z-index: 100;
      background-color: white; } }
  .main-header .nav-bar.open .nav-side-logo #menu-icon div:first-of-type {
    transform: translateY(10px) rotate(30deg); }
  .main-header .nav-bar.open .nav-side-logo #menu-icon div:nth-of-type(2) {
    opacity: 0; }
  .main-header .nav-bar.open .nav-side-logo #menu-icon div:nth-of-type(3) {
    transform: translateY(-10px) rotate(-30deg); }

#footer {
  color: white; }
  #footer .container {
    background-color: #1823a0; }
    #footer .container .footer-wrapper {
      padding: 3rem 3rem 1rem;
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
      gap: 1.25rem; }
      @media screen and (min-width: 520px) {
        #footer .container .footer-wrapper {
          display: flex;
          flex-direction: row; } }
      @media (max-width: 425px) {
        #footer .container .footer-wrapper {
          padding: 20px; } }
      #footer .container .footer-wrapper a {
        text-decoration: none;
        color: white; }
      #footer .container .footer-wrapper .footer-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.25rem;
        align-items: top; }
        @media screen and (min-width: 550px) {
          #footer .container .footer-wrapper .footer-nav {
            grid-template-columns: repeat(3, 1fr); } }
        @media screen and (min-width: 1026px) {
          #footer .container .footer-wrapper .footer-nav {
            grid-template-columns: repeat(4, 1fr); } }
        @media (max-width: 425px) {
          #footer .container .footer-wrapper .footer-nav div a {
            display: block; } }
        #footer .container .footer-wrapper .footer-nav .visit .visit-title {
          font-size: 1rem;
          font-weight: 400; }
        #footer .container .footer-wrapper .footer-nav .visit .text {
          font-size: 0.75rem;
          max-width: 8.5rem; }
      #footer .container .footer-wrapper .footer-logo {
        max-width: 10rem; }
        @media screen and (min-width: 770px) {
          #footer .container .footer-wrapper .footer-logo {
            max-width: 15.625rem; } }
        #footer .container .footer-wrapper .footer-logo img {
          width: 100%; }
  #footer .copyright-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 3rem 3rem;
    align-items: center; }
    #footer .copyright-wrapper .text {
      font-size: .75rem; }
    #footer .copyright-wrapper .social-links {
      display: flex;
      gap: 0.9375rem; }
      #footer .copyright-wrapper .social-links a {
        display: block;
        width: 1.5rem;
        height: 1.5rem; }
        @media screen and (min-width: 520px) {
          #footer .copyright-wrapper .social-links a {
            width: 2rem;
            height: 2rem; } }
        #footer .copyright-wrapper .social-links a img {
          width: 100%; }

#hero {
  display: flex;
  background: #f7f7f7; }
  #hero .left {
    width: 55%; }
    @media (max-width: 425px) {
      #hero .left {
        width: 60%; } }
  #hero .right {
    width: 40%; }
    @media (max-width: 425px) {
      #hero .right {
        width: 40%; } }
  #hero .hero-wrapper {
    position: relative;
    z-index: 1; }
    #hero .hero-wrapper .hero-content-wrapper {
      padding-bottom: 10rem;
      padding-left: 5rem;
      padding-top: 1.5rem; }
      @media (max-width: 425px) {
        #hero .hero-wrapper .hero-content-wrapper {
          padding: 20px 10px; } }
      #hero .hero-wrapper .hero-content-wrapper .hero-title {
        max-width: 670px;
        font-size: 3rem;
        color: #868484;
        font-weight: 300; }
        #hero .hero-wrapper .hero-content-wrapper .hero-title span {
          font-weight: 600;
          color: #1823a0; }
        @media (max-width: 425px) {
          #hero .hero-wrapper .hero-content-wrapper .hero-title {
            font-size: 28px;
            line-height: 30px;
            position: sticky;
            top: 0;
            background-color: #f7f7f7;
            padding: 20px 0; } }
      #hero .hero-wrapper .hero-content-wrapper .hero-subheading {
        max-width: 750px;
        margin-top: 1.25rem;
        font-size: 1.25rem;
        color: #369dbc;
        font-weight: 600; }
      #hero .hero-wrapper .hero-content-wrapper .hero-desc {
        margin-top: 1rem;
        max-width: 400px;
        line-height: 28px; }
        #hero .hero-wrapper .hero-content-wrapper .hero-desc span {
          color: #369dbc;
          font-weight: 600; }
  #hero #lottie-stick-holder {
    top: 0;
    right: 0; }
  #hero #lottie-home {
    width: 120%;
    display: block;
    overflow: hidden;
    transform: translate3d(-10%, 0, 0);
    text-align: center;
    opacity: 1;
    position: sticky;
    top: 0;
    right: 0; }
    @media (max-width: 425px) {
      #hero #lottie-home {
        width: 130%;
        transform: translate3d(-30%, 0, 0);
        z-index: 1; } }

#strategy .section-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 10rem; }
  @media (max-width: 425px) {
    #strategy .section-wrapper {
      padding: 20px 10px;
      width: 80%; } }
  #strategy .section-wrapper .section-text {
    max-width: 25.625rem; }
    #strategy .section-wrapper .section-text span {
      color: #369dbc;
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.6rem; }

#lottie-news {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1; }

#news .news-wrapper {
  position: relative;
  z-index: 1; }
  #news .news-wrapper #lottie-news {
    height: auto;
    top: 100px; }
    @media (max-width: 425px) {
      #news .news-wrapper #lottie-news {
        height: auto;
        top: 49px; } }
  #news .news-wrapper .section-head {
    padding-top: 5rem;
    padding-left: 5rem; }
    #news .news-wrapper .section-head .section-heading {
      font-size: 2.75rem;
      font-weight: 300;
      color: #525257; }
      #news .news-wrapper .section-head .section-heading span {
        color: #369dbc;
        font-weight: 600; }
      @media screen and (min-width: 1025px) {
        #news .news-wrapper .section-head .section-heading {
          font-size: 3.75rem; } }
    @media (max-width: 425px) {
      #news .news-wrapper .section-head {
        padding: 20px 10px; }
        #news .news-wrapper .section-head .section-heading {
          font-size: 32px;
          line-height: 35px; } }
  #news .news-wrapper .section-content {
    padding-bottom: 3rem;
    padding-top: 8rem;
    max-width: 37.5rem; }
    #news .news-wrapper .section-content ul {
      padding-right: 1.875rem;
      padding-left: 5rem;
      margin-top: 10vw; }
      #news .news-wrapper .section-content ul .title {
        list-style-type: disc;
        font-size: 1.2rem;
        font-weight: 600;
        color: #1823a0; }
      #news .news-wrapper .section-content ul .text {
        color: #525257;
        margin-bottom: 1.25rem; }
    #news .news-wrapper .section-content .cta-action {
      display: flex;
      justify-content: end;
      margin-right: 3.125rem;
      margin-bottom: 1.875rem; }
      #news .news-wrapper .section-content .cta-action a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: #525257;
        border: 1px solid #369dbc;
        padding: 0.4rem 1.5rem;
        font-weight: 600;
        border-radius: 0.9375rem; }

#about-us .container {
  display: flex; }
  #about-us .container svg {
    width: 100%; }
    @media (max-width: 425px) {
      #about-us .container svg {
        width: 100%;
        margin-left: 0; } }
  #about-us .container .section-wrapper {
    width: 50%;
    padding-left: 5rem; }
    @media (max-width: 425px) {
      #about-us .container .section-wrapper {
        padding: 20px 10px; } }
    #about-us .container .section-wrapper .section-heading {
      font-size: 2.5rem;
      font-weight: 300;
      color: #868484;
      padding-top: 1rem;
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 520px) {
        #about-us .container .section-wrapper .section-heading {
          font-size: 3.5rem; } }
      #about-us .container .section-wrapper .section-heading span {
        color: #1f727e;
        font-weight: 700; }
    #about-us .container .section-wrapper .sub-heading {
      text-transform: uppercase;
      color: #1823a0;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    #about-us .container .section-wrapper .desc {
      padding-bottom: 7rem; }
      #about-us .container .section-wrapper .desc p {
        font-size: 0.8125rem;
        line-height: 25px;
        max-width: 550px;
        margin-bottom: 1rem; }
        @media screen and (min-width: 520px) {
          #about-us .container .section-wrapper .desc p {
            font-size: 1rem; } }
        #about-us .container .section-wrapper .desc p span {
          color: #1f727e;
          font-weight: 700; }
  #about-us .container .svg-wrapper {
    width: 50%; }
    @media (max-width: 425px) {
      #about-us .container .svg-wrapper {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    #about-us .container {
      flex-direction: column; }
      #about-us .container .svg-wrapper {
        height: 320px;
        overflow: hidden;
        transform: translateY(-100px); }
      #about-us .container svg {
        width: 80%;
        margin-left: 20%; }
      #about-us .container .section-wrapper {
        width: 100%; } }

#leadership .section-wrapper {
  background-color: #efeff1; }
  #leadership .section-wrapper .section-title {
    position: relative;
    transform: translateY(-110%);
    text-transform: uppercase;
    color: #1f727e;
    font-size: 1.5rem;
    padding-bottom: 5px;
    padding-left: 5rem; }
    @media (max-width: 425px) {
      #leadership .section-wrapper .section-title {
        padding: 20px; } }
  #leadership .section-wrapper .leaders-details {
    padding-left: 5rem;
    position: relative;
    transform: translateY(-35px);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px; }
    @media screen and (min-width: 520px) {
      #leadership .section-wrapper .leaders-details {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 770px) {
      #leadership .section-wrapper .leaders-details {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 425px) {
      #leadership .section-wrapper .leaders-details {
        padding: 20px 20px; } }
    #leadership .section-wrapper .leaders-details .leaders-card .img-wrapper {
      max-width: 100%;
      max-height: 100%; }
      #leadership .section-wrapper .leaders-details .leaders-card .img-wrapper img {
        width: 100%; }
    #leadership .section-wrapper .leaders-details .leaders-info {
      padding-top: .5rem; }
      #leadership .section-wrapper .leaders-details .leaders-info .name {
        color: #369dbc;
        font-size: 1.5rem;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 30px;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      #leadership .section-wrapper .leaders-details .leaders-info .position {
        color: #696969;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 36px; }
    #leadership .section-wrapper .leaders-details .cta-action {
      display: flex;
      justify-content: end;
      margin-top: .5rem;
      margin-right: 1rem; }
      #leadership .section-wrapper .leaders-details .cta-action span {
        cursor: pointer;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: #525257;
        border: 1px solid #369dbc;
        padding: .4rem 1.5rem;
        font-weight: 600;
        border-radius: 1rem; }
  #leadership .section-wrapper .bottom-image {
    background-image: url(../images/Grmesh-floor.webp);
    padding-top: 25rem;
    background-repeat: no-repeat;
    background-position: bottom; }

#leadership-popup {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 30;
  transform: translate3d(0, 0, 0); }
  #leadership-popup .popup-wrapper .popup-container {
    background-color: #282828;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    position: relative; }
    @media screen and (min-width: 770px) {
      #leadership-popup .popup-wrapper .popup-container {
        flex-direction: row; } }
    #leadership-popup .popup-wrapper .popup-container .close-top {
      position: absolute;
      top: 10px;
      right: 10px; }
      #leadership-popup .popup-wrapper .popup-container .close-top img {
        width: 44px;
        height: 44px; }
    #leadership-popup .popup-wrapper .popup-container .profile-img {
      max-width: 42.8152rem;
      width: 100%;
      display: flex;
      align-items: center;
      align-content: center; }
      #leadership-popup .popup-wrapper .popup-container .profile-img img {
        width: 100%; }
    #leadership-popup .popup-wrapper .popup-container .close-popup {
      justify-content: end;
      margin-bottom: 1rem; }
      @media screen and (min-width: 770px) {
        #leadership-popup .popup-wrapper .popup-container .close-popup {
          display: flex; } }
    #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper {
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .leader-info-title {
        margin-bottom: 1rem; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .leader-info-title .leader-name {
          color: #369dbc; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .leader-info-title .leader-position {
          max-width: 13.75rem;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          line-height: 1.2; }
      #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .title {
        font-size: 1rem;
        line-height: 2; }
      #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .expertise {
        margin-bottom: 1rem; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .expertise .list li {
          list-style: disc;
          margin-left: 1rem;
          font-weight: 300;
          font-size: 0.875rem;
          max-width: 11.875rem;
          line-height: 1.2;
          margin-bottom: .5rem; }
      #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .pro-details {
        margin-bottom: 1rem; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .pro-details .desc {
          max-width: 32.5rem;
          font-size: 0.875rem;
          font-weight: 300;
          line-height: 1.8; }
      #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .edu-details {
        margin-bottom: 1rem; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .edu-details .from {
          line-height: 1.5;
          font-size: 0.875rem;
          font-weight: 300;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-bottom: 0.5rem; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .edu-details .text {
          font-weight: 300;
          font-size: 0.875rem;
          line-height: 1.5;
          -webkit-line-clamp: 1;
          max-width: 15.625rem;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .profile-link {
        max-width: 3.5rem; }
        #leadership-popup .popup-wrapper .popup-container .leader-info-wrapper .profile-link img {
          width: 100%; }
  #leadership-popup .popup-wrapper .bottom-image {
    background-image: url(../images/Group-floor.webp);
    padding-top: 7rem;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-clip: inherit; }
    @media screen and (min-width: 1026px) {
      #leadership-popup .popup-wrapper .bottom-image {
        padding-top: 9rem; } }

#what-we-do .section-wrapper {
  display: flex;
  align-content: space-between; }
  #what-we-do .section-wrapper svg {
    width: 50%; }
    @media (max-width: 425px) {
      #what-we-do .section-wrapper svg {
        width: 82%;
        margin-left: 18%; } }
  #what-we-do .section-wrapper .content-wrapper {
    padding-left: 5rem;
    padding-top: 1rem;
    width: 50%; }
    @media (max-width: 425px) {
      #what-we-do .section-wrapper .content-wrapper {
        padding: 20px 10px; } }
    #what-we-do .section-wrapper .content-wrapper .title {
      margin-bottom: 1rem;
      text-transform: capitalize;
      font-size: 3rem;
      font-weight: 300;
      color: #525257; }
      #what-we-do .section-wrapper .content-wrapper .title span {
        color: #1823a0;
        font-weight: 600;
        text-transform: uppercase; }
    #what-we-do .section-wrapper .content-wrapper .sub-title {
      text-transform: uppercase;
      color: #1823a0;
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    #what-we-do .section-wrapper .content-wrapper .content-desc {
      max-width: 440px; }
      #what-we-do .section-wrapper .content-wrapper .content-desc p {
        padding-bottom: 1rem;
        line-height: 1.4; }
        #what-we-do .section-wrapper .content-wrapper .content-desc p span {
          color: #369dbc;
          font-weight: 600; }
  @media screen and (max-width: 600px) {
    #what-we-do .section-wrapper {
      flex-direction: column; }
      #what-we-do .section-wrapper svg {
        width: 70%;
        margin-left: 30%; }
      #what-we-do .section-wrapper .content-wrapper {
        width: 100%; } }

#capabilities .section-wrapper {
  padding-top: 3rem;
  padding-left: 5rem; }
  @media (max-width: 425px) {
    #capabilities .section-wrapper {
      padding: 20px 10px; } }
  #capabilities .section-wrapper .title {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #1823a0; }
    @media screen and (min-width: 520px) {
      #capabilities .section-wrapper .title {
        font-size: 1.5rem; } }
  #capabilities .section-wrapper .strategies-wrapper {
    padding-top: 2rem; }
    #capabilities .section-wrapper .strategies-wrapper::after {
      content: '';
      width: 90%;
      display: block;
      height: 1px;
      background-color: #369dbc; }
    #capabilities .section-wrapper .strategies-wrapper .title {
      font-size: 1rem;
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 520px) {
        #capabilities .section-wrapper .strategies-wrapper .title {
          font-size: 1.3rem; } }
    #capabilities .section-wrapper .strategies-wrapper ul {
      margin-left: 2rem; }
      #capabilities .section-wrapper .strategies-wrapper ul li {
        list-style-type: none;
        display: flex;
        font-size: 0.875rem; }
        @media screen and (min-width: 520px) {
          #capabilities .section-wrapper .strategies-wrapper ul li {
            font-size: 1rem; } }
        #capabilities .section-wrapper .strategies-wrapper ul li::before {
          content: '\2022';
          color: #369dbc;
          width: 0.8rem;
          font-size: 1.5rem;
          display: inline-block;
          line-height: 0.7;
          margin-right: 0.3rem; }
  #capabilities .section-wrapper .more-about-links {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (min-width: 520px) {
      #capabilities .section-wrapper .more-about-links {
        justify-content: center; } }
    @media (max-width: 425px) {
      #capabilities .section-wrapper .more-about-links {
        padding: 20px 10px; } }
    #capabilities .section-wrapper .more-about-links p:first-child, #capabilities .section-wrapper .more-about-links :nth-child(2), #capabilities .section-wrapper .more-about-links p::after {
      content: '';
      gap: 10px;
      border-right: 1.5px solid #369dbc; }
    #capabilities .section-wrapper .more-about-links p {
      display: flex;
      align-items: center;
      justify-content: center; }
    #capabilities .section-wrapper .more-about-links span {
      text-decoration: none;
      font-weight: 600;
      color: #1823a0;
      display: block; }

#therapeutic .section-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem; }
  @media (max-width: 425px) {
    #therapeutic .section-wrapper {
      padding: 20px 10px; } }
  #therapeutic .section-wrapper .content-head {
    margin-bottom: 5rem; }
    #therapeutic .section-wrapper .content-head .title {
      font-size: 2rem;
      color: #868484;
      font-weight: 300; }
      @media screen and (min-width: 520px) {
        #therapeutic .section-wrapper .content-head .title {
          font-size: 2.5rem; } }
      #therapeutic .section-wrapper .content-head .title span {
        color: #369dbc;
        font-weight: 600; }
  #therapeutic .section-wrapper .exprties-details-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    grid-gap: 3rem;
    margin-bottom: 3.5rem; }
    @media screen and (min-width: 520px) {
      #therapeutic .section-wrapper .exprties-details-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 770px) {
      #therapeutic .section-wrapper .exprties-details-wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    #therapeutic .section-wrapper .exprties-details-wrapper .details-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      #therapeutic .section-wrapper .exprties-details-wrapper .details-card .img-wrapper {
        max-width: 200px;
        max-height: 200px; }
        #therapeutic .section-wrapper .exprties-details-wrapper .details-card .img-wrapper img {
          height: 100px; }
          #therapeutic .section-wrapper .exprties-details-wrapper .details-card .img-wrapper img:hover {
            filter: grayscale(1); }
      #therapeutic .section-wrapper .exprties-details-wrapper .details-card .detail-title {
        padding: 1rem; }
        #therapeutic .section-wrapper .exprties-details-wrapper .details-card .detail-title .title {
          display: -webkit-box;
          text-overflow: ellipsis;
          color: #1823a0;
          font-size: 1.3rem;
          text-align: center;
          font-weight: 400;
          width: 250px;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 2; }
  #therapeutic .section-wrapper .bottom-line {
    text-align: center; }
    #therapeutic .section-wrapper .bottom-line p:first-child {
      color: #1823a0;
      font-style: italic; }
    #therapeutic .section-wrapper .bottom-line p:last-child {
      color: #369dbc;
      font-weight: 600;
      font-style: italic; }

#sector .section-wrapper {
  padding-left: 5rem;
  background-image: none; }
  @media (max-width: 425px) {
    #sector .section-wrapper {
      padding: 20px 10px; } }
  @media screen and (min-width: 520px) {
    #sector .section-wrapper {
      background-image: url(../images/microscope.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right; } }
  #sector .section-wrapper .content-head .title {
    color: #868484;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 520px) {
      #sector .section-wrapper .content-head .title {
        font-size: 3rem; } }
    #sector .section-wrapper .content-head .title span {
      font-weight: 600;
      color: #369dbc; }
  #sector .section-wrapper .expertise-list-wrapper {
    padding-left: 2rem; }
    #sector .section-wrapper .expertise-list-wrapper .expertise-list {
      padding-bottom: 2rem; }
      #sector .section-wrapper .expertise-list-wrapper .expertise-list .title {
        text-transform: uppercase;
        color: #1823a0;
        margin-bottom: 0.5rem;
        font-size: 1rem; }
        @media screen and (min-width: 520px) {
          #sector .section-wrapper .expertise-list-wrapper .expertise-list .title {
            font-size: 1.5rem; } }
      #sector .section-wrapper .expertise-list-wrapper .expertise-list ul li {
        list-style-type: none;
        display: flex;
        align-items: center;
        color: #1823a0;
        font-size: 0.975rem; }
        @media screen and (min-width: 520px) {
          #sector .section-wrapper .expertise-list-wrapper .expertise-list ul li {
            font-size: 1.5rem; } }
        #sector .section-wrapper .expertise-list-wrapper .expertise-list ul li::before {
          content: '\2022';
          color: #369dbc;
          width: 0.8rem;
          font-size: 1.5rem;
          display: inline-block;
          line-height: 0.7; }
        #sector .section-wrapper .expertise-list-wrapper .expertise-list ul li a {
          color: #1823a0; }

span.button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #525257;
  border: 1px solid #369dbc;
  padding: .4rem 1.5rem;
  font-weight: 600;
  border-radius: 1rem; }

#careers .section-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 1rem;
  padding-left: 5rem;
  padding-right: 1rem; }
  @media (max-width: 425px) {
    #careers .section-wrapper {
      padding: 20px 10px; } }
  @media screen and (min-width: 770px) {
    #careers .section-wrapper {
      display: flex;
      flex-direction: row; } }
  #careers .section-wrapper .left {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #careers .section-wrapper .left .section-head {
      margin-bottom: 1rem; }
      #careers .section-wrapper .left .section-head .section-title {
        text-transform: uppercase;
        color: #08d2aa;
        font-size: 1.2rem; }
        @media screen and (min-width: 520px) {
          #careers .section-wrapper .left .section-head .section-title {
            font-size: 1.5rem; } }
    #careers .section-wrapper .left .section-desc {
      line-height: 1.5;
      font-size: .875rem; }
      @media screen and (min-width: 520px) {
        #careers .section-wrapper .left .section-desc {
          font-size: 1.2rem; } }
      #careers .section-wrapper .left .section-desc .desc1 {
        margin-bottom: 1rem; }
      #careers .section-wrapper .left .section-desc .desc2 span {
        color: #1823a0;
        font-weight: 600; }
  #careers .section-wrapper .right .img-wrapper {
    max-width: 400px; }
    @media screen and (min-width: 770px) {
      #careers .section-wrapper .right .img-wrapper {
        width: 500px; } }
    #careers .section-wrapper .right .img-wrapper img {
      width: 100%; }

#apply .section-wrapper {
  padding-top: 1rem;
  padding-left: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 425px) {
    #apply .section-wrapper {
      padding: 20px 10px; } }
  #apply .section-wrapper .section-head .section-title {
    text-transform: uppercase;
    color: #08d2aa;
    margin-bottom: 1rem;
    font-size: 1.2rem; }
    @media screen and (min-width: 520px) {
      #apply .section-wrapper .section-head .section-title {
        font-size: 1.5rem; } }
  #apply .section-wrapper .button a {
    color: #525257;
    text-decoration: none; }
  #apply .section-wrapper .apply-table tr:nth-child(even) {
    background-color: #fff; }
  #apply .section-wrapper .apply-table tr td {
    padding: 0.5rem 4rem 0.5rem 0.5rem; }
    #apply .section-wrapper .apply-table tr td:first-child {
      padding-right: 0.5rem; }
      @media screen and (min-width: 520px) {
        #apply .section-wrapper .apply-table tr td:first-child {
          padding-right: 4rem; } }
    #apply .section-wrapper .apply-table tr td:last-child {
      padding-right: 0rem; }
      @media screen and (min-width: 520px) {
        #apply .section-wrapper .apply-table tr td:last-child {
          padding-right: 4rem; } }
    #apply .section-wrapper .apply-table tr td a {
      text-decoration: none;
      color: #1823a0;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      font-size: 0.75rem; }
      @media screen and (min-width: 520px) {
        #apply .section-wrapper .apply-table tr td a {
          display: block;
          font-size: 1rem; } }

#contact-us .section-wrapper .section-head {
  padding-left: 5rem;
  padding-top: 5rem;
  padding-right: 1rem; }
  @media (max-width: 425px) {
    #contact-us .section-wrapper .section-head {
      padding: 20px 10px; } }
  #contact-us .section-wrapper .section-head .section-title {
    text-transform: uppercase;
    color: #05d3a3;
    margin-bottom: 1rem; }
  #contact-us .section-wrapper .section-head .section-desc {
    line-height: 1.5; }
#contact-us .section-wrapper .section-img {
  width: 100%;
  position: relative;
  padding-bottom: 10rem;
  display: flex; }
  #contact-us .section-wrapper .section-img #lottie-news {
    height: auto; }
  #contact-us .section-wrapper .section-img .form-wrapper {
    position: relative;
    margin-top: 25vw;
    left: 0;
    width: 100%; }
    @media (min-width: 82.5rem) {
      #contact-us .section-wrapper .section-img .form-wrapper {
        margin-top: calc((100% - 82.5rem) / 2 + 25rem); } }
    #contact-us .section-wrapper .section-img .form-wrapper .contact-form {
      padding-left: 5rem;
      display: block;
      flex-direction: column; }
      #contact-us .section-wrapper .section-img .form-wrapper .contact-form .button {
        margin-top: 10px; }
      @media (max-width: 425px) {
        #contact-us .section-wrapper .section-img .form-wrapper .contact-form {
          padding: 20px 10px; } }
      #contact-us .section-wrapper .section-img .form-wrapper .contact-form .select-menu {
        outline: none;
        width: 60%;
        padding: 0.5rem;
        color: #1823a0;
        text-transform: uppercase;
        border-color: #369dbc;
        font-family: "Roboto", sans-serif; }
      #contact-us .section-wrapper .section-img .form-wrapper .contact-form input {
        font-size: 0.875rem;
        font-family: "Roboto", sans-serif;
        margin-top: 0.5rem;
        width: 60%;
        padding: 0.5rem;
        border: none;
        outline: none;
        background-color: #f7f7f7;
        color: #1823a0;
        border-bottom: 1px solid #369dbc; }
        @media screen and (min-width: 520px) {
          #contact-us .section-wrapper .section-img .form-wrapper .contact-form input {
            font-size: 1rem; } }
        #contact-us .section-wrapper .section-img .form-wrapper .contact-form input::placeholder {
          color: #1823a0;
          text-transform: uppercase;
          font-family: "Roboto", sans-serif; }
      #contact-us .section-wrapper .section-img .form-wrapper .contact-form textarea {
        width: 60%;
        margin-top: 0.5rem;
        padding: 0.5rem;
        border-color: #369dbc;
        outline: none;
        color: #1823a0;
        font-size: 1rem;
        font-family: "Roboto", sans-serif; }
        #contact-us .section-wrapper .section-img .form-wrapper .contact-form textarea::placeholder {
          text-transform: uppercase;
          color: #1823a0;
          font-size: 1rem;
          font-family: "Roboto", sans-serif; }
      #contact-us .section-wrapper .section-img .form-wrapper .contact-form .text-area-lg {
        display: none; }
        @media screen and (min-width: 1025px) {
          #contact-us .section-wrapper .section-img .form-wrapper .contact-form .text-area-lg {
            display: none; } }
        @media screen and (min-width: 770px) {
          #contact-us .section-wrapper .section-img .form-wrapper .contact-form .text-area-lg {
            display: block; } }
      #contact-us .section-wrapper .section-img .form-wrapper .contact-form .text-area-sm {
        display: block; }
        @media screen and (min-width: 770px) {
          #contact-us .section-wrapper .section-img .form-wrapper .contact-form .text-area-sm {
            display: none; } }

#privacy p {
  margin-top: 10px; }
#privacy .section-wrapper .section-head {
  padding-left: 5rem;
  padding-top: 5rem;
  padding-right: 1rem; }
  @media (max-width: 425px) {
    #privacy .section-wrapper .section-head {
      padding: 20px 10px 0; } }
  #privacy .section-wrapper .section-head .section-title {
    text-transform: uppercase;
    color: #05d3a3;
    margin-bottom: 1rem; }
  #privacy .section-wrapper .section-head .section-desc {
    line-height: 1.5; }
#privacy section {
  padding-left: 5rem;
  padding-right: 1rem;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 425px) {
    #privacy section {
      padding: 20px 10px 10px; } }
