﻿/* NUS Header Styles */

.nus-header .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.nus-header .navbar {
  display: flex;
  flex-direction: column;
  height: 106px;
  align-items: center;
  justify-content: center;
  padding: 0px var(--spacing-sizing-page-padding-padding-global) 0px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.nus-header .div {
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.nus-header .content {
  display: flex;
  width: 230px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nus-header .company-logo {
  position: relative;
  width: 229px;
  height: 36px;
}

.nus-header .nusmedsci-alliance {
  left: 183px;
  width: 108px;
  height: 27px;
  aspect-ratio: 3.99;
  position: absolute;
  top: 3px;
}

.nus-header .img {
  left: 0;
  width: 160px;
  height: 30px;
  aspect-ratio: 5.35;
  position: absolute;
  top: 3px;
}

.nus-header .column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.nus-header .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.nus-header .link {
  position: relative;
  width: 76px;
  height: 24px;
}

.nus-header .link-text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.nus-header .link-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.nus-header .nav-links-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 5px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.nus-header .nav-links-2 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 5px 45px 5px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.nus-header .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-header .link-text a { 
  text-decoration: none;
  color: #707070;
  transition: color 0.2s ease;
}

.nus-header .link-text.current-menu-item a,
.nus-header .link-text a:hover {
  color: #003d7c;
}

/* NUS Footer Styles */

.nus-footer .newsletter-wrapper {
  display: flex;
  height: 267px;
  align-items: center;
  gap: 80px;
  padding: 38px var(--spacing-sizing-page-padding-padding-global) 0px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #002449;
}

.nus-footer .newsletter-wrapper .container-5 {
  max-width: var(--spacing-sizing-container-container-large);
  width: var(--spacing-sizing-container-container-large);
  height: 183px;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  position: relative;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter {
  display: flex;
  flex-direction: column;
  width: 1106px;
  height: 93px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .text-wrapper-3 {
  position: relative;
  width: 744.77px;
  height: 35px;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: var(--color-schemes-color-scheme-1-foreground);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
  left: unset;
  top: unset;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 98px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  margin-bottom: -64.00px;
}

@media screen and (min-width: 1024px) {
  .nus-footer .newsletter-wrapper .container-5 .newsletter ,
  .nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8,
  .nus-footer .newsletter-wrapper .container-5 .newsletter .text-wrapper-3 {
    width: 80%;
  }
  
  .nus-footer .newsletter-wrapper .container-5 {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 {
    width: 745px;
  }
  
  .nus-footer .newsletter-wrapper .container-5 {
    justify-content: unset;
  }
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form .wpcf7-spinner {
  display: none;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form {
  width: 100%;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  left: unset;
  top: unset;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form p span {
  flex: 1;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form .text-input {
  padding: 12px;
  position: relative;
  flex-grow: 1;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
  background: none;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff99;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form button[type="submit"] {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-right: -1.00px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
  color: #ffffff;
  cursor: pointer;
}

.nus-footer .wpcf7-response-output {
  display: none;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .form .button-17 .button-5 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  left: unset;
  top: unset;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .by-subscribing-you {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .by-subscribing-you .span {
  color: #ffffff;
}

.nus-footer .newsletter-wrapper .container-5 .newsletter .actions-8 .by-subscribing-you .text-wrapper-4 {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
}

.nus-footer .newsletter-wrapper .container-5 .e-pz-v {
  position: relative;
  flex: 0 0 auto;
}

.nus-footer .newsletter-mobile form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-footer .newsletter-mobile form p span { 
  width: 100%;
}

.nus-footer .newsletter-mobile button[type="submit"] {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: var(--primitives-color-white);
  color: #ffffff;
  cursor: pointer;
  width: 100%;
}

.nus-footer .newsletter-mobile input[type="email"] {  
  padding: 12px;
  position: relative;
  flex-grow: 1;
  border: 1px solid;
  border-color: var(--primitives-color-white);
  background: none;
  flex: 1;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff99;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .nus-footer .newsletter-mobile form p {
    flex-direction: row;
  } 

  .nus-footer .newsletter-mobile button[type="submit"] {
    width: unset;
  }
}

.nus-footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: var(--spacing-sizing-section-padding-padding-section-medium)
    var(--spacing-sizing-page-padding-padding-global) 45px
    var(--spacing-sizing-page-padding-padding-global);
  align-self: stretch;
  width: 100%;
  background-color: #003d7c;
  position: relative;
  flex: 0 0 auto;
}

.nus-footer .footer .container-6 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  height: auto;
  min-height: 248px;
}

.nus-footer .footer .container-6 .links-wrapper {
  display: flex;
  height: 248px;
  align-items: flex-start;
  gap: 128px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-footer .footer .container-6 .links-wrapper .links {
  display: flex;
  height: 248px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 .div-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Medium", Helvetica;
  font-weight: 500;
  color: var(--color-schemes-color-scheme-1-foreground);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 .div-4 .link-3 {
  display: flex;
  align-items: flex-start;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  text-decoration: none;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 .div-4 .link-3 .text-wrapper-5 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-foreground);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  left: unset;
  top: unset;
  text-align: left;
}

.nus-footer .footer .container-6 .links-wrapper .links .line {
  position: relative;
  width: 1px;
  height: 248px;
  object-fit: cover;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 .text-wrapper-6 {
  color: #cecece;
  left: unset;
  top: unset;
}

.nus-footer .footer .container-6 .links-wrapper .links .column-5 .div-4 .link-4 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-footer .footer .container-6 .div-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.nus-footer .footer .container-6 .div-wrapper .row-3 {
  justify-content: space-around;
  gap: 64px;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-footer .footer .container-6 .div-wrapper .row-3 .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
  left: unset;
  top: unset;
}

.nus-footer .footer .footer-links {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.nus-footer .footer .footer-links .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
  left: unset;
  top: unset;
}

/* NUS Hero Styles */

.nus-hero-home .header {
  display: flex;
  height: 698px;
  align-items: center;
  justify-content: center;
  padding: 0px var(--spacing-sizing-page-padding-padding-global) 0px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(https://c.animaapp.com/hRihrWMQ/img/header---5--.png);
  background-size: cover;
  background-position: 50% 50%;
}

.nus-hero-home .column-wrapper {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.nus-hero-home .column-2 {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-medium);
  align-items: flex-start;
  gap: 32px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.nus-hero-home .content-2 {
  display: flex;
  flex-direction: column;
  width: 655px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -95.00px;
}

.nus-hero-home .medium-length-hero {
  position: relative;
  width: 722.59px;
  margin-top: -1.00px;
  margin-right: -67.59px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: var(--primitives-color-white);
  font-size: 56px;
  letter-spacing: 0;
  line-height: 67.2px;
}

.nus-hero-home .lorem-ipsum-dolor {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-hero-home .actions {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.nus-hero-home .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 122px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
  margin-left: -2.00px;
  background-color: var(--primitives-color-white);
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
}

.nus-hero-home .button-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -4.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-darkest);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-hero-home .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 177px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-right: -1.00px;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
}

.nus-hero-home .button-3 {
  position: relative;
  width: fit-content;
  margin-left: -5.50px;
  margin-right: -3.50px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-hero .header {
  display: flex;
  flex-direction: column;
  height: 369px;
  gap: 80px;
  padding: var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(https://c.animaapp.com/tvcIzIvO/img/header---54--.png);
  background-size: cover;
  background-position: 50% 50%;
}

.nus-hero .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-font-family);
  font-weight: var(--heading-h1-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--heading-h1-font-size);
  letter-spacing: var(--heading-h1-letter-spacing);
  line-height: var(--heading-h1-line-height);
  font-style: var(--heading-h1-font-style);
}

.nus-hero .p {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

/* NUS Intro Styles */

.nus-intro .layout {
  padding: 71px var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  background-color: var(--color-schemes-color-scheme-1-background);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-intro .component-wrapper {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  width: var(--spacing-sizing-container-container-large);
  flex: 0 0 auto;
  margin-bottom: -53.00px;
  display: flex;
  position: relative;
}

.nus-intro .component {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  justify-content: space-between;
}

.nus-intro .content-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.nus-intro .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-intro .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-intro .content-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-intro .text-wrapper-2 {
  margin-top: -1.00px;
  color: #003d7c;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-intro .text {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-intro .actions-2 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.nus-intro .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #003d7c;
  border-radius: 5px;
  overflow: hidden;
}

.nus-intro .button-5 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-intro .button-6 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.nus-intro .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-intro .list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-intro .explore {
  position: relative;
  width: 16px;
  height: 16px;
}

/* NUS Features Styles */

.nus-features .container-wrapper {
  padding: 90px var(--spacing-sizing-page-padding-padding-global) 111px
    var(--spacing-sizing-page-padding-padding-global);
  flex: 0 0 auto;
  background-color: #003d7c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-features .container-2 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  height: 663px;
  align-items: center;
  gap: 47px;
  width: var(--spacing-sizing-container-container-large);
  display: flex;
  position: relative;
}

.nus-features .heading {
  margin-top: -1.00px;
  color: #ffffff;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-features .p {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-foreground);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-features .row-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-features .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-features .column-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 50px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.nus-features .layer {
  position: relative;
  width: 76px;
  height: 76px;
}

.nus-features .content-6 {
  display: flex;
  flex-direction: column;
  width: 346px;
  height: 204px;
  align-items: center;
  gap: 24px;
  position: relative;
  margin-left: -25.67px;
  margin-right: -25.67px;
}

.nus-features .heading-2 {
  height: 110.9px;
  margin-top: -1.00px;
  color: #003d7c;
  font-size: 32px;
  text-align: center;
  line-height: 41.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-features .text-2 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-features .actions-3 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #003d7c;
  border-radius: 5px;
}

.nus-features .button-8 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
}

.nus-features .button-9 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-lightest);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* NUS Events Styles */

.nus-events .text-wrapper-2 {
  margin-top: -1.00px;
  color: #003d7c;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-events .content-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-events .text {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-events .button-14 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
}

.nus-events .button-5 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-events .event-header {
  display: flex;
  flex-direction: column;
  height: 763px;
  align-items: center;
  padding: 34px var(--spacing-sizing-page-padding-padding-global) 69px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.nus-events .container-3 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.nus-events .section-title {
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.nus-events .tagline-wrapper {
  position: relative;
  align-self: stretch;
  width: 53px;
  height: 24px;
}

.nus-events .content-9 {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.nus-events .card {
  display: flex;
  width: 674px;
  height: 480px;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.nus-events .content-10 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #ffffff;
}

.nus-events .rectangle {
  position: absolute;
  top: 13px;
  left: 0;
  width: 625px;
  height: 411px;
  background-color: #dbdbdb;
  border-radius: 20px;
}

.nus-events .content-11 {
  display: flex;
  flex-direction: column;
  width: 289px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 49px;
  left: 28px;
}

.nus-events .event-details {
  display: flex;
  flex-wrap: wrap;
  height: 24px;
  align-items: center;
  gap: 16px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-events .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.nus-events .link-2 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.nus-events .heading-4 {
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 24px;
  line-height: 33.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-events .content-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-events .text-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Medium", Helvetica;
  font-weight: 500;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-events .text-4 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-events .text-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-events .actions-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 298px;
  left: 28px;
  background-color: #003d7c;
  border-radius: 5px;
}

.nus-events .button-12 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
}

.nus-events .rectangle-2 {
  position: absolute;
  top: 52px;
  left: 359px;
  width: 235px;
  height: 332px;
  object-fit: cover;
}

.nus-events .rectangle-3 {
  position: absolute;
  top: 13px;
  left: 640px;
  width: 625px;
  height: 411px;
  background-color: #efefed;
  border-radius: 20px;
}

.nus-events .content-13 {
  display: flex;
  flex-direction: column;
  width: 289px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 49px;
  left: 668px;
}

.nus-events .actions-5 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 298px;
  left: 668px;
  background-color: #003d7c;
  border-radius: 5px;
}

.nus-events .button-13 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
}

.nus-events .rectangle-4 {
  position: absolute;
  top: 51px;
  left: 998px;
  width: 235px;
  height: 332px;
  object-fit: cover;
}

.nus-events .actions-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -47.00px;
  background-color: #003d7c;
  border-radius: 5px;
}

/* NUS Latest News Styles */

.nus-latest-news .button-5 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-latest-news .blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 54px var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.nus-latest-news .container-4 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: center;
  gap: 53px;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -56.36px;
  display: flex;
  position: relative;
}

.nus-latest-news .content-wrapper {
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.nus-latest-news .content-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-latest-news .heading-5 {
  margin-top: -1.00px;
  color: #003d7c;
  font-size: 48px;
  text-align: center;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-latest-news .row-2 {
  gap: 32px;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-latest-news .text-2 {
  color: #000000;
  text-align: center;
}

.nus-latest-news .placeholder-image-2 {
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  object-fit: cover;
}

.nus-latest-news .content-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-latest-news .heading-6 {
  margin-top: 10px;
  color: #003d7c;
  font-size: 24px;
  line-height: 33.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-latest-news .actions-7 {
  position: relative;
  width: 222px;
  height: 48px;
  border-radius: 5px;
}

.nus-latest-news .button-15 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 104px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: -41px;
  background-color: #003d7c;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
}

.nus-latest-news .button-16 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 12px;
  left: 102px;
}

.nus-latest-news .button-6 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.nus-latest-news .button-7 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* NUS Mission Styles */

.nus-mission .layout-wrapper {
  gap: 22px;
  background-color: var(--color-schemes-color-scheme-1-background);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-mission .layout-2 {
   gap: 80px;
  padding: 90px var(--spacing-sizing-page-padding-padding-global) 111px
    var(--spacing-sizing-page-padding-padding-global);
  background-color: #003d7c;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-mission .container-2 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  height: 574px;
  align-items: center;
  gap: 47px;
  width: 100%;
  display: flex;
  position: relative;
}

.nus-mission .section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-mission .content-3 {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
} 

.nus-mission .heading-2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-mission .text-2 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-foreground);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-mission .row-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.nus-mission .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-mission .column-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 50px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
} 

.nus-mission .layer {
  position: relative;
  width: 96px;
  height: 96px;
}

.nus-mission .heading-3 {
  color: #003d7c;
  font-size: 32px;
  text-align: center;
  line-height: 41.6px;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-mission .text-3 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.nus-mission .layer-2 {
  position: relative;
  width: 115px;
  height: 97px;
}

.nus-mission .placeholder-image-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

/* NUS Awards Styles */

.nus-awards .layout {
  flex-direction: column;
  width: 100%;
  height: 805px;
  padding: var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  background-color: var(--color-schemes-color-scheme-1-background);
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}

.nus-awards .div-wrapper {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  width: var(--spacing-sizing-container-container-large);
  flex: 0 0 auto;
  margin-bottom: -71.00px;
  display: flex;
  position: relative;
}

.nus-awards .content-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-awards .content-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.nus-awards .section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-awards .heading {
  font-family: var(--heading-h3-font-family);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-h3-font-size);
  line-height: var(--heading-h3-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: var(--heading-h3-font-weight);
  letter-spacing: var(--heading-h3-letter-spacing);
  font-style: var(--heading-h3-font-style);
}

.nus-awards .text {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

.nus-awards .row-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-awards .row {
  display: flex;
  gap: 24px;
  padding: 8px 0px;
  position: relative;
  min-height: 231px;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
}

.nus-awards .div-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 calc(33.33% - 20px);
}

.nus-awards .layer {
  position: relative;
  width: 44px;
  height: 44px;
}

.nus-awards .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h6-font-family);
  font-weight: var(--heading-h6-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-h6-font-size);
  letter-spacing: var(--heading-h6-letter-spacing);
  line-height: var(--heading-h6-line-height);
  font-style: var(--heading-h6-font-style);
}

.nus-awards .text-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.nus-awards .actions {
  position: relative;
  height: 47px;
  border-radius: 5px;
}

.nus-awards .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 66px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 12px;
  left: 0;
}

.nus-awards .button-2 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: underline;
  white-space: nowrap;
}

.nus-awards .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.nus-awards .button-3 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 74px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 12px;
  left: 68px;
}

.nus-awards .button-4 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 74px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 12px;
  left: 140px;
}

/* NUS Contact Info Styles */

.nus-contact-info .contact {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: 1100px;
  background-color: var(--color-schemes-color-scheme-1-background);
  overflow: hidden;
}

.nus-contact-info .container-2 {
  top: 112px;
  left: 80px;
  width: 100%;
  min-height: 646px;
  height: auto;
  flex-direction: column;
  gap: 80px;
  display: flex;
  position: relative;
  max-width: var(--spacing-sizing-container-container-large);
}

.nus-contact-info .section-title {
  /* width: 768px; */
  display: flex;
  max-width: var(--spacing-sizing-max-width-max-width-large);
}

.nus-contact-info .heading-wrapper {
  /* width: 768px; */
  display: flex;
}

.nus-contact-info .heading {
  /* width: 233px; */
  /* height: 58px;/ */
  font-family: var(--heading-h2-font-family);
  font-weight: var(--heading-h2-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-h2-font-size);
  letter-spacing: var(--heading-h2-letter-spacing);
  line-height: var(--heading-h2-line-height);
  white-space: nowrap;
  font-style: var(--heading-h2-font-style);
}

.nus-contact-info .content-2 {
  /* height: 508px; */
  position: relative;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

@media screen and (min-width: 1200px) {
  .nus-contact-info .content-2 {
    width: 50%;
  }

  .nus-contact-info .screenshot {
    position: absolute;
    top: -138px;
    left: 769px;
    width: 50%;
    aspect-ratio: 0.98;
    object-fit: cover;
  }
  
  .nus-contact-info .text-wrapper-3 {
    position: absolute;
    top: -131px;
    left: 789px;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1400px) {
  .nus-contact-info .contact {
    min-height: unset;
  }

  .nus-contact-info .content-2 {
    width: 40%;
    gap: 64px;
  }

  .nus-contact-info .screenshot {
    width: 399px;
    left: 869px;
  }

  .nus-contact-info .text-wrapper-3 {
    left: 921px;
  }
}

.nus-contact-info .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-contact-info .content-3 {
  height: 140px;
  position: relative;
  flex: 1;
}

.nus-contact-info .layer {
  position: absolute;
  top: -3px;
  left: 0;
  width: 44px;
  height: 44px;
}

.nus-contact-info .contact-info {
  position: absolute;
  top: 50px;
  left: 1px;
  width: 400px;
  height: 92px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nus-contact-info .heading-2 {
  width: 50px;
  height: 28px;
  font-size: var(--heading-h6-font-size);
  line-height: var(--heading-h6-line-height);
  white-space: nowrap;
  font-family: var(--heading-h6-font-family);
  font-weight: var(--heading-h6-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  letter-spacing: var(--heading-h6-letter-spacing);
  font-style: var(--heading-h6-font-style);
}

.nus-contact-info .text {
  width: 148px;
  height: 24px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-regular-normal-font-style);
}

.nus-contact-info .link-2 {
  width: 148px;
  height: 24px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  text-decoration: underline;
  white-space: nowrap;
  font-style: var(--text-regular-normal-font-style);
}

.nus-contact-info .content-4 {
  position: absolute;
  top: 4px;
  left: 272px;
  width: 193px;
  height: 140px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nus-contact-info .layer-2 {
  margin-top: -2px;
  width: 44px;
  height: 44px;
}

.nus-contact-info .contact-info-2 {
  height: 92px;
  gap: 8px;
  width: 400px;
  display: flex;
  flex-direction: column;
}

.nus-contact-info .heading-3 {
  width: 58px;
  height: 28px;
  font-size: var(--heading-h6-font-size);
  line-height: var(--heading-h6-line-height);
  white-space: nowrap;
  font-family: var(--heading-h6-font-family);
  font-weight: var(--heading-h6-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  letter-spacing: var(--heading-h6-letter-spacing);
  font-style: var(--heading-h6-font-style);
}

.nus-contact-info .text-2 {
  width: 109px;
  height: 24px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-regular-normal-font-style);
}

.nus-contact-info .link-3 {
  /* width: 132px; */
  /* height: 24px; */
  font-family: var(--text-regular-link-font-family);
  font-weight: var(--text-regular-link-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-link-font-size);
  letter-spacing: var(--text-regular-link-letter-spacing);
  line-height: var(--text-regular-link-line-height);
  text-decoration: underline;
  white-space: nowrap;
  font-style: var(--text-regular-link-font-style);
}

.nus-contact-info .content-5 {
  position: absolute;
  top: 2px;
  left: 523px;
  width: 272px;
  height: 148px;
  display: flex;
  flex-direction: column;
  gap: 10.4px;
}

.nus-contact-info .layer-3 {
  margin-top: -6.4px;
  width: 44px;
  height: 44px;
}

.nus-contact-info .contact-info-3 {
  height: 100px;
  gap: 16px;
  width: 400px;
  display: flex;
  flex-direction: column;
}

.nus-contact-info .content-6 {
  height: 60px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nus-contact-info .heading-4 {
  width: 54px;
  height: 28px;
  font-size: var(--heading-h6-font-size);
  line-height: var(--heading-h6-line-height);
  white-space: nowrap;
  font-family: var(--heading-h6-font-family);
  font-weight: var(--heading-h6-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  letter-spacing: var(--heading-h6-letter-spacing);
  font-style: var(--heading-h6-font-style);
}

.nus-contact-info .text-3 {
  width: 265px;
  height: 24px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-regular-normal-font-style);
}

.nus-contact-info .actions {
  width: 134px;
  display: flex;
}

.nus-contact-info .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  width: 134px;
  height: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nus-contact-info .button-2 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-darkest);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-contact-info .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

/* NUS Get In Touch Styles */

.nus-get-in-touch .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #efefed;
}

.nus-get-in-touch .container-3 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: center;
  gap: 48px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.nus-get-in-touch .section-title-2 {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.nus-get-in-touch .tagline-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.nus-get-in-touch .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-tagline-font-family);
  font-weight: var(--heading-tagline-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-tagline-font-size);
  text-align: center;
  letter-spacing: var(--heading-tagline-letter-spacing);
  line-height: var(--heading-tagline-line-height);
  white-space: nowrap;
  font-style: var(--heading-tagline-font-style);
}

.nus-get-in-touch .content-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-get-in-touch .heading-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-size: var(--heading-h2-font-size);
  text-align: center;
  line-height: var(--heading-h2-line-height);
  font-family: var(--heading-h2-font-family);
  font-weight: var(--heading-h2-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  letter-spacing: var(--heading-h2-letter-spacing);
  font-style: var(--heading-h2-font-style);
}

.nus-get-in-touch .text-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-medium-normal-font-size);
  text-align: center;
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

.nus-get-in-touch .wpcf7, .nus-get-in-touch .input p {
  width: 100%;
}

.nus-get-in-touch form {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: center;
  gap: 24px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  margin: 0 auto;
}

.nus-get-in-touch .inputs {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: center;
  gap: 24px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  margin: 0 auto;
}

.nus-get-in-touch .input {
  flex: 1;
  width: 100%;
}

.nus-get-in-touch .input p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.nus-get-in-touch .input p label {
  color: #999;
}

.nus-get-in-touch .input .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.nus-get-in-touch .input .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin: 0;
}

.nus-get-in-touch .input input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}

.nus-get-in-touch .input input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #003d7c;
  border-color: #003d7c;
}

.nus-get-in-touch .input input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.nus-get-in-touch .input .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  color: #333;
}

.nus-get-in-touch .input .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primitives-color-neutral-darkest);
  border-radius: 50%;
  background-color: var(--primitives-color-white);
}

.nus-get-in-touch .input input[type="radio"]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.nus-get-in-touch .div-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.nus-get-in-touch .text-area {
  color: #999;
}

@media screen and (min-width: 1024px) {
  .nus-get-in-touch .inputs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .nus-get-in-touch .input .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 30px);
  }
}

.nus-get-in-touch .text-input {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 50px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
  background: transparent;
  padding: 0 10px;
}

.nus-get-in-touch .input-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-get-in-touch .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.nus-get-in-touch .select {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
  background-color: #efefed; /* Your desired background color */
  color: #333333;  
}

.nus-get-in-touch .select-one {
  position: relative;
  flex: 1;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--primitives-color-neutral-darkest);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.nus-get-in-touch .radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-get-in-touch .which-best-describes {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-regular-normal-font-style);
}

.nus-get-in-touch .content-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-get-in-touch .row-2 {
  display: flex;
  height: 24px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-get-in-touch .radio {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.nus-get-in-touch .radio-2 {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: -1.00px;
  background-color: var(--primitives-color-white);
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-get-in-touch .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--primitives-color-neutral-darkest);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-regular-normal-font-style);
}

.nus-get-in-touch .text-area {
  display: flex;
  height: 182px;
  align-items: flex-start;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-get-in-touch .type-your-message {
  position: relative;
  flex: 1;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: #00000099;
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.nus-get-in-touch .line {
  right: 3px;
  bottom: 6px;
  width: 3px;
  height: 3px;
  position: absolute;
  object-fit: cover;
}

.nus-get-in-touch .line-2 {
  right: 2px;
  bottom: 10px;
  width: 7px;
  height: 7px;
  position: absolute;
  object-fit: cover;
}

.nus-get-in-touch .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-get-in-touch .checkbox-2 {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: -1.00px;
  background-color: var(--primitives-color-white);
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-get-in-touch .label-2 {
  font-size: var(--text-small-normal-font-size);
  line-height: var(--text-small-normal-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-small-normal-font-family);
  font-weight: var(--text-small-normal-font-weight);
  color: var(--primitives-color-neutral-darkest);
  letter-spacing: var(--text-small-normal-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-small-normal-font-style);
}

.nus-get-in-touch input[type="submit"] {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #003d7c;
  border-radius: 5px;
  overflow: hidden;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}

.nus-get-in-touch input[type="submit"]:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.nus-get-in-touch input[type="submit"]:focus {
  background-color: #003d7c;
  color: var(--primitives-color-white);
}

/* NUS Full Text Styles */

.nus-full-text .layout {
  padding: 71px var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  background-color: var(--color-schemes-color-scheme-1-background);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.nus-full-text .heading { 
  margin-top: -1.00px;
  color: #003d7c;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 24px;  
}

/* NUS Event List Styles */

.nus-event-list .vue-app {
  width: 100%;
}

.nus-event-list .event {
  flex-direction: column;
  width: 100%;
  gap: 30px;
  padding: 0px var(--spacing-sizing-page-padding-padding-global) 54px
    var(--spacing-sizing-page-padding-padding-global);
  background-color: var(--color-schemes-color-scheme-1-background);
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.nus-event-list .container-3 {
  position: relative;
  max-width: var(--spacing-sizing-container-container-large);
  width: 100%;
  display: flex;
}

.nus-event-list .content-wrapper {
  width: 100%;
  display: flex;
  max-width: var(--spacing-sizing-max-width-max-width-large);
}

@media (min-width: 768px) {
  .nus-event-list .content-wrapper {  
    width: 640px;
  }
}

.nus-event-list .content-4 {
  width: 768px;
  height: 136px;
  display: flex;
  flex-direction: column;
  gap: 24px;  
} 

.nus-event-list .text-wrapper-3 {
  width: 145px;
  height: 58px;
  font-family: var(--heading-h2-font-family);
  font-weight: var(--heading-h2-font-weight);
  color: #003d7c;
  font-size: var(--heading-h2-font-size);
  letter-spacing: var(--heading-h2-letter-spacing);
  line-height: var(--heading-h2-line-height);
  white-space: nowrap;
  font-style: var(--heading-h2-font-style);
}

.nus-event-list .text-3 {
  height: 54px;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

.nus-event-list .content-5 {
  width: 100%;
  display: flex;
  gap: 31px;
}

.nus-event-list .button-filter {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  width: 123px;
  height: 48px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: none;
  border: 1px solid #003d7c;
  border-radius: 5px;
  overflow: hidden;
  color: #003d7c;
  cursor: pointer;
}

.nus-event-list .button-filter.active {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  width: 123px;
  height: 48px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #003d7c;
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff; 
}

/* .nus-event-list .button-3 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
} */

.nus-event-list .div-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  margin-top: 12px;
  width: 33px;
  height: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nus-event-list .image {
  position: absolute;
  top: 0;
  left: 905px;
  width: 375px;
  height: 449px;
  aspect-ratio: 0.83;
  object-fit: cover;
}

.nus-event-list .container-4 {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 30px;
  position: relative;
  width: 100%;
}

.nus-event-list .content-6 {
  position: relative;
  width: 100%;
  margin-bottom: -13.00px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}     

.nus-event-list .card-2 {
  height: 437px;
  display: flex;
  width: 674px;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.nus-event-list .content-7 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #ffffff;
}

.nus-event-list .rectangle {
  position: absolute;
  top: 13px;
  left: 0;
  width: 625px;
  height: 411px;
  background-color: #efefed;
  border-radius: 20px;
}

.nus-event-list .content-8 {
  display: flex;
  flex-direction: column;
  width: 289px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 49px;
  left: 28px;
}

.nus-event-list .event-details {
  flex-wrap: wrap;
  height: 24px;
  gap: 16px 16px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.nus-event-list .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.nus-event-list .link-2 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.nus-event-list .heading-3 {
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 24px;
  line-height: 33.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-event-list .content-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-event-list .content-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-event-list .text-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Medium", Helvetica;
  font-weight: 500;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-event-list .text-5 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-event-list .text-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-event-list .actions {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 298px;
  left: 28px;
  background-color: #003d7c;
  border-radius: 5px;
}

.nus-event-list .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
  color: #ffffff;
}

.nus-event-list .rectangle-2 {
  position: absolute;
  top: 43px;
  left: 356px;
  width: 235px;
  height: 352px;
  object-fit: cover;
}

.nus-event-list .actions-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 298px;
  left: 668px;
  background-color: #003d7c;
  border-radius: 5px;
}

.nus-event-list .button-5 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
}

.nus-event-list .rectangle-4 {
  position: absolute;
  top: 43px;
  left: 996px;
  width: 235px;
  height: 352px;
  object-fit: cover;
}

.nus-event-list .layout {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 181px;
  margin-bottom: -54.00px;
  background-color: #ffffff;
}

.nus-event-list .rectangle-5 {
  position: absolute;
  top: 49px;
  left: 474px;
  width: 54px;
  height: 54px;
  background-color: #003d7c;
  border: 1px solid;
}

.nus-event-list .rectangle-6 {
  position: absolute;
  top: 49px;
  left: 546px;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #003d7c;
}

.nus-event-list .rectangle-7 {
  position: absolute;
  top: 49px;
  left: 620px;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #003d7c;
}

.nus-event-list .rectangle-8 {
  position: absolute;
  top: 49px;
  left: 694px;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #003d7c;
}

.nus-event-list .rectangle-9 {
  position: absolute;
  top: 49px;
  left: 768px;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #003d7c;
}

.nus-event-list .text-wrapper-4 {
  position: absolute;
  top: 62px;
  left: 489px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-event-list .text-wrapper-5 {
  left: 562px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-event-list .text-wrapper-6 {
  left: 636px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-event-list .text-wrapper-7 {
  left: 710px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-event-list .text-wrapper-8 {
  left: 784px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-event-list .calendar-event {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
}
  
.nus-event-list .calendar-event-header {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

.nus-event-list .calendar-event-cta {
  width: 100%;
} 

.nus-event-list .calendar-event-cta .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--primitives-color-white);
  color: #ffffff;
  background: #003d7c;
}

@media (min-width: 1024px) {
  .nus-event-list .calendar-event-header {
    justify-content: unset;
  }
}

.nus-event-list .calendar-event-date-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nus-event-list .calendar-event-location-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nus-event-list .calendar-event-title {
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 24px;
  line-height: 33.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.nus-event-list .calendar-event-speaker-text {
  width: 100%;
}

.nus-event-list .calendar-event-speaker-text-label {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Medium", Helvetica;
  font-weight: 500;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.nus-event-list .calendar-event-speaker {
  font-size: 16px;
  font-weight: 400;
}

/* NUS Researcher List Styles */
.nus-researcher-list .team {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 33px;
  padding: 0px var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  background-color: var(--color-schemes-color-scheme-1-background);
  overflow: hidden;
  margin-bottom: 30px;
}

.nus-researcher-list .container-2 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  margin-bottom: -112.00px;
  display: flex;
  position: relative;
}

.nus-researcher-list .section-title-2 {
  position: relative;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  width: 100%;
  height: 173px;
}

.nus-researcher-list .text-wrapper-3 {
  text-align: left;
}

.nus-researcher-list .heading-2 {
  font-family: var(--heading-h2-font-family);
  font-weight: var(--heading-h2-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-h2-font-size);
  letter-spacing: var(--heading-h2-letter-spacing);
  line-height: var(--heading-h2-line-height);
  white-space: nowrap;
  font-style: var(--heading-h2-font-style);
}

.nus-researcher-list .heading-2-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nus-researcher-list .lorem-ipsum-dolor {
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-medium-normal-font-style);
}

.nus-researcher-list .actions-2 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.nus-researcher-list .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #003d7c;
  border-radius: 5px;
  overflow: hidden;
}

.nus-researcher-list .button-3 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-researcher-list .form {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 48px;
}

.nus-researcher-list .text-input {
  width: 405px;
  padding: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
  background: none;
  flex: 1;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: #00000099;
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.nus-researcher-list .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: 424px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-researcher-list .button-5 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-darkest);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-researcher-list .button-6 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: 0;
  left: 599px;
  border: 0px none;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-researcher-list .button-7 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 250px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: 772px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-researcher-list .button-8 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-darkest);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.nus-researcher-list .button-9 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 250px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: 1039px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.nus-researcher-list .polygon {
  left: 990px;
  position: absolute;
  top: 21px;
  width: 11px;
  height: 9px;
}

.nus-researcher-list .polygon-2 { 
  left: 1259px;
  position: absolute;
  top: 21px;
  width: 11px;
  height: 9px;
}

.nus-researcher-list .content-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-researcher-list .row-2 {
  display: flex;
  gap: 24px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.nus-researcher-list .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 calc(33.33% - 20px);
  padding: 20px;
  background-color: #dbdbdb;
  border-radius: 20px;
}

.nus-researcher-list .card-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 calc(33.33% - 20px);
  padding: 20px;
  background-color: #efefed;
  border-radius: 20px;
}

.nus-researcher-list .placeholder-image {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.nus-researcher-list .content-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-researcher-list .title {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.nus-researcher-list .name {
  position: relative;
  align-self: stretch;
  margin-top: -2.00px;
  font-family: var(--text-large-semi-bold-font-family);
  font-weight: var(--text-large-semi-bold-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-large-semi-bold-font-size);
  letter-spacing: var(--text-large-semi-bold-letter-spacing);
  line-height: var(--text-large-semi-bold-line-height);
  font-style: var(--text-large-semi-bold-font-style);
}

.nus-researcher-list .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.nus-researcher-list .social-icons {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.nus-researcher-list .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.nus-researcher-list .linked-in {
  margin-top: -3536.00px;
  margin-left: -16222.00px;
  position: relative;
  width: 24px;
  height: 24px;
}

.nus-researcher-list .x {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -3536.00px;
  margin-left: -16184.00px;
}

#header-placeholder,
#footer-placeholder {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact-us-desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.contact-us-desktop .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.contact-us-desktop .navbar {
  display: flex;
  flex-direction: column;
  height: 106px;
  align-items: center;
  justify-content: center;
  padding: 0px var(--spacing-sizing-page-padding-padding-global) 0px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.contact-us-desktop .div {
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.contact-us-desktop .content {
  display: flex;
  width: 230px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-us-desktop .company-logo {
  position: relative;
  width: 229px;
  height: 36px;
}

.contact-us-desktop .nusmedsci-alliance {
  left: 183px;
  width: 108px;
  height: 27px;
  aspect-ratio: 3.99;
  position: absolute;
  top: 3px;
}

.contact-us-desktop .img {
  left: 0;
  width: 160px;
  height: 30px;
  aspect-ratio: 5.35;
  position: absolute;
  top: 3px;
}

.contact-us-desktop .column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.contact-us-desktop .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.contact-us-desktop .link {
  position: relative;
  width: 76px;
  height: 24px;
}

.contact-us-desktop .link-text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.contact-us-desktop .link-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.contact-us-desktop .nav-links-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 5px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.contact-us-desktop .nav-links-2 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 5px 45px 5px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.contact-us-desktop .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* .contact-us-desktop .header {
  display: flex;
  flex-direction: column;
  height: 369px;
  align-items: center;
  gap: 80px;
  padding: var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(https://c.animaapp.com/m70hWVMs/img/header---54--.png);
  background-size: cover;
  background-position: 50% 50%;
} */

.contact-us-desktop .component-wrapper {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  flex: 1;
  width: 100%;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.contact-us-desktop .component {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  width: 100%;
  flex-grow: 1;
}

.contact-us-desktop .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-font-family);
  font-weight: var(--heading-h1-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--heading-h1-font-size);
  letter-spacing: var(--heading-h1-letter-spacing);
  line-height: var(--heading-h1-line-height);
  font-style: var(--heading-h1-font-style);
}

.contact-us-desktop .p {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

/* Original CSS code should be injected here */

/* Additional styles for semantic HTML improvements and accessibility */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Form input styling improvements */
.radio-input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}

.radio-input:checked + .label::before {
  background-color: #003d7c;
  border-color: #003d7c;
}

.radio-input:checked + .label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.radio .label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.radio .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primitives-color-neutral-darkest);
  border-radius: 50%;
  background-color: var(--primitives-color-white);
}

.radio-input:focus + .label::before {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}

.checkbox-input:checked + .label-2::before {
  background-color: #003d7c;
  border-color: #003d7c;
}

.checkbox-input:checked + .label-2::after {
  content: "âœ“";
  position: absolute;
  left: 4px;
  top: 2px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.checkbox .label-2 {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.checkbox .label-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primitives-color-neutral-darkest);
  background-color: var(--primitives-color-white);
}

.checkbox-input:focus + .label-2::before {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Remove visual radio and checkbox elements since we're using real inputs */
.radio-2,
.checkbox-2 {
  display: none;
}

/* Select dropdown styling */
.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  cursor: pointer;
}

.select:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Remove the select-one div and img-2 arrow since we're using a real select */
.select-one,
.select .img-2 {
  display: none;
}

/* Textarea styling */
.text-area {
  resize: vertical;
  min-height: 182px;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
  background: transparent;
  border: 1px solid var(--primitives-color-neutral-darkest);
  padding: 12px;
}

.text-area:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.text-area::placeholder {
  color: #00000099;
}

/* Remove the placeholder text and lines since we're using a real textarea */
.type-your-message,
.line,
.line-2 {
  display: none;
}

.nus-header, .nus-footer, .nus-component, .mainContent, .nus-header .container { 
  width: 100%;
  max-width: 100%;
}   

/* Button focus improvements */
.button:focus,
.button-wrapper:focus,
.div-wrapper:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Input focus improvements */
.div-2:focus,
.placeholder:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Fieldset styling */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
  margin: 0;
}

.news-events-desktop {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.news-events-desktop .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.news-events-desktop .navbar {
  display: flex;
  flex-direction: column;
  height: 106px;
  align-items: center;
  justify-content: center;
  padding: 0px var(--spacing-sizing-page-padding-padding-global) 0px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.news-events-desktop .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.news-events-desktop .content {
  display: flex;
  width: 230px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.news-events-desktop .company-logo {
  position: relative;
  width: 229px;
  height: 36px;
}

.news-events-desktop .nusmedsci-alliance {
  left: 183px;
  width: 108px;
  height: 27px;
  aspect-ratio: 3.99;
  position: absolute;
  top: 3px;
}

.news-events-desktop .img {
  left: 0;
  width: 160px;
  height: 30px;
  aspect-ratio: 5.35;
  position: absolute;
  top: 3px;
}

.news-events-desktop .column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.news-events-desktop .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.news-events-desktop .link {
  position: relative;
  width: 76px;
  height: 24px;
}

.news-events-desktop .link-text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.news-events-desktop .link-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.news-events-desktop .nav-links-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 5px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.news-events-desktop .nav-links-2 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 5px 45px 5px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.news-events-desktop .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* .news-events-desktop .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 369px;
  align-items: center;
  gap: 80px;
  padding: var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  background-image: url(https://c.animaapp.com/R4ldzcRd/img/header---54--.png);
  background-size: cover;
  background-position: 50% 50%;
} */

.news-events-desktop .component-wrapper {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  position: relative;
  flex: 1;
  width: 100%;
  flex-grow: 1;
}

.news-events-desktop .component {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  width: 100%;
  flex-grow: 1;
}

.news-events-desktop .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-font-family);
  font-weight: var(--heading-h1-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--heading-h1-font-size);
  letter-spacing: var(--heading-h1-letter-spacing);
  line-height: var(--heading-h1-line-height);
  font-style: var(--heading-h1-font-style);
}

.news-events-desktop .p {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

.news-events-desktop .blog {
  display: flex;
  flex-direction: column;
  height: 808px;
  align-items: center;
  gap: 80px;
  padding: 54px 0px var(--spacing-sizing-section-padding-padding-section-large)
    0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.news-events-desktop .container-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 622px;
  align-items: center;
  gap: 52px;
  position: relative;
}

.news-events-desktop .section-title {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  width: 768px;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

/* .news-events-desktop .content-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
} */

.news-events-desktop .heading {
  margin-top: -1.00px;
  color: #003d7c;
  font-size: 48px;
  text-align: center;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

.news-events-desktop .text {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-medium-normal-font-size);
  text-align: center;
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

.news-events-desktop .row-wrapper {
  display: flex;
  flex-direction: column;
  width: 1374px;
  height: 624px;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  margin-bottom: -163.00px;
}

.news-events-desktop .row {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.news-events-desktop .slider-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -1.00px;
  background-color: var(--color-schemes-color-scheme-1-foreground);
  border-radius: 50px;
  border: 1px solid;
  border-color: var(--color-schemes-color-scheme-1-border);
}

.news-events-desktop .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.news-events-desktop .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #efefed;
  border-radius: 20px;
}

.news-events-desktop .placeholder-image {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.news-events-desktop .content-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.news-events-desktop .heading-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h5-font-family);
  font-weight: var(--heading-h5-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-h5-font-size);
  letter-spacing: var(--heading-h5-letter-spacing);
  line-height: var(--heading-h5-line-height);
  font-style: var(--heading-h5-font-style);
}

.news-events-desktop .text-2 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.news-events-desktop .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.news-events-desktop .button-2 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.news-events-desktop .arrow-back-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -1.00px;
  background-color: var(--color-schemes-color-scheme-1-foreground);
  border-radius: 50px;
  border: 1px solid;
  border-color: var(--color-schemes-color-scheme-1-border);
  transform: rotate(180deg);
}

.news-events-desktop .arrow-back {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}

/* Original CSS code should be injected here */

/* Accessibility improvements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Enhanced button styles */
.button:hover,
.button:focus,
.button-4:hover,
.button-4:focus,
.button-5:hover,
.button-5:focus,
.button-6:hover,
.button-6:focus,
.button-wrapper:hover,
.button-wrapper:focus,
.div-wrapper:hover,
.div-wrapper:focus {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.button:focus-visible,
.button-4:focus-visible,
.button-5:focus-visible,
.button-6:focus-visible,
.button-wrapper:focus-visible,
.div-wrapper:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Enhanced form styles */
.text-input:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.text-input::placeholder {
  color: #ffffff99;
}

/* Enhanced pagination styles */
.layout button:hover,
.layout button:focus {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.layout button:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.layout button[aria-current="page"] {
  background-color: #003d7c;
  color: #ffffff;
}

/* Enhanced footer styles */
.div-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.div-3 li {
  display: flex;
}

.div-3 a {
  text-decoration: none;
  color: inherit;
}

.div-3 a:hover,
.div-3 a:focus {
  text-decoration: underline;
}

.link-4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
}

.link-4 a:hover,
.link-4 a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.link-4 a:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}

.footer-links a:hover,
.footer-links a:focus {
  text-decoration: underline;
}

/* Enhanced slider arrow styles */
.slider-arrow:hover,
.slider-arrow:focus,
.arrow-back-wrapper:hover,
.arrow-back-wrapper:focus {
  background-color: #f5f5f5;
  transition: background-color 0.2s ease;
}

.slider-arrow:focus-visible,
.arrow-back-wrapper:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Enhanced card styles */

.card:hover ,
.card-2:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.researcher-spotlight .card:hover,
.researcher-spotlight .card-2:hover,
.card-2:hover .rectangle,
.card:hover .rectangle {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
} 

.card-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Enhanced link styles */
/* .link-text:hover,
.link-text:focus {
  text-decoration: underline;
}

.text-wrapper-10:hover,
.text-wrapper-10:focus {
  text-decoration: none;
  opacity: 0.8;
} */

/* Responsive improvements */
@media (max-width: 768px) {
  .nav-links-2 {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .row {
    flex-direction: column;
    gap: 20px;
  }

  .slider-arrow,
  .arrow-back-wrapper {
    display: none;
  }

  .form {
    flex-direction: column;
    gap: 12px;
  }

  .links {
    flex-direction: column;
    gap: 32px;
  }

  .footer-links {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

/* Original CSS code should be injected here */

/* Additional styles for semantic improvements */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Reset list styles for navigation */
.nav-links-2 {
  list-style: none;
  margin: 0;
  padding: 5px 45px 5px 20px;
}

.div-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Ensure links have proper styling */
/* .nav-links-2 a,
.div-3 a,
.footer-links a {
  text-decoration: none;
  color: inherit;
}

.nav-links-2 a:hover,
.nav-links-2 a:focus,
.div-3 a:hover,
.div-3 a:focus,
.footer-links a:hover,
.footer-links a:focus {
  text-decoration: underline;
} */

/* Button focus styles */
.slider-arrow:focus,
.arrow-back-wrapper:focus,
.button-wrapper:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Form input focus styles */
.text-input:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Ensure proper button styling */
.slider-arrow,
.arrow-back-wrapper {
  cursor: pointer;
  background: var(--color-schemes-color-scheme-1-foreground);
  border: 1px solid var(--color-schemes-color-scheme-1-border);
}

.button-wrapper {
  cursor: pointer;
  background: transparent;
}

/* Link button styling */
.button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.button:hover,
.button:focus {
  text-decoration: none;
}

/* Social media links styling */
.link-2 a {
  display: inline-block;
}

.link-2 a:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Original CSS code should be injected here */

/* Additional styles for semantic HTML improvements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Reset list styles for semantic lists */
.nav-links-2 {
  list-style: none;
  margin: 0;
  padding: 5px 45px 5px 20px;
}

.list {
  list-style: none;
  margin: 0;
}

/* Ensure links maintain proper styling */
/* .link-text,
.text-wrapper,
.text-wrapper-5,
.text-wrapper-8,
.text-wrapper-4 {
  text-decoration: none;
  color: inherit;
}

.link-text:hover,
.text-wrapper:hover,
.text-wrapper-5:hover,
.text-wrapper-8:hover {
  text-decoration: underline;
} */

/* Button reset for semantic buttons */
.slider-arrow,
.arrow-back-wrapper {
  background: none;
  border: none;
  cursor: pointer;
}

.button {
  text-decoration: none;
  color: inherit;
}

.button:hover .button-2 {
  text-decoration: underline;
}

/* Form styling improvements */
.text-input:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.button-wrapper:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Social media links styling */
.link-3 a {
  display: inline-block;
  text-decoration: none;
}

.link-3 a:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Address styling */
address {
  font-style: normal;
}

/* Current page indicator */
[aria-current="page"] {
  font-weight: bold;
  color: #003d7c;
}

.researcher-spotlight {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.researcher-spotlight .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.researcher-spotlight .navbar {
  display: flex;
  flex-direction: column;
  height: 106px;
  align-items: center;
  justify-content: center;
  padding: 0px var(--spacing-sizing-page-padding-padding-global) 0px
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-schemes-color-scheme-1-background);
}

.researcher-spotlight .div {
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.researcher-spotlight .content {
  display: flex;
  width: 230px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.researcher-spotlight .company-logo {
  position: relative;
  width: 229px;
  height: 36px;
}

.researcher-spotlight .nusmedsci-alliance {
  left: 183px;
  width: 108px;
  height: 27px;
  aspect-ratio: 3.99;
  position: absolute;
  top: 3px;
}

.researcher-spotlight .img {
  left: 0;
  width: 160px;
  height: 30px;
  aspect-ratio: 5.35;
  position: absolute;
  top: 3px;
}

.researcher-spotlight .column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.researcher-spotlight .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.researcher-spotlight .link {
  position: relative;
  width: 76px;
  height: 24px;
}

.researcher-spotlight .link-text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.researcher-spotlight .link-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .nav-links-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 5px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.researcher-spotlight .nav-links-2 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 5px 45px 5px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.researcher-spotlight .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* .researcher-spotlight .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 369px;
  align-items: center;
  gap: 80px;
  padding: var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  background-image: url(https://c.animaapp.com/tjqFZuJT/img/header---54--.png);
  background-size: cover;
  background-position: 50% 50%;
} */

.researcher-spotlight .component-wrapper {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  flex: 1;
  width: 100%;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.researcher-spotlight .component {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  width: 100%;
  flex-grow: 1;
}

.researcher-spotlight .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-font-family);
  font-weight: var(--heading-h1-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--heading-h1-font-size);
  letter-spacing: var(--heading-h1-letter-spacing);
  line-height: var(--heading-h1-line-height);
  font-style: var(--heading-h1-font-style);
}

.researcher-spotlight .p {
  position: relative;
  align-self: stretch;
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--primitives-color-white);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  font-style: var(--text-medium-normal-font-style);
}

.researcher-spotlight .team {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 33px;
  padding: 0px var(--spacing-sizing-page-padding-padding-global)
    var(--spacing-sizing-section-padding-padding-section-large)
    var(--spacing-sizing-page-padding-padding-global);
  position: relative;
  background-color: var(--color-schemes-color-scheme-1-background);
  overflow: hidden;
}

.researcher-spotlight .container-2 {
  flex-direction: column;
  max-width: var(--spacing-sizing-container-container-large);
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  margin-bottom: -112.00px;
  display: flex;
  position: relative;
}

.researcher-spotlight .section-title-2 {
  position: relative;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  width: 100%;
  height: 173px;
}

.researcher-spotlight .heading-2 {
  font-family: var(--heading-h2-font-family);
  font-weight: var(--heading-h2-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--heading-h2-font-size);
  letter-spacing: var(--heading-h2-letter-spacing);
  line-height: var(--heading-h2-line-height);
  white-space: nowrap;
  font-style: var(--heading-h2-font-style);
}

.researcher-spotlight .heading-2-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.researcher-spotlight .lorem-ipsum-dolor {
  font-family: var(--text-medium-normal-font-family);
  font-weight: var(--text-medium-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-medium-normal-font-size);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
  white-space: nowrap;
  font-style: var(--text-medium-normal-font-style);
}

.researcher-spotlight .actions-2 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.researcher-spotlight .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #003d7c;
  border-radius: 5px;
  overflow: hidden;
}

.researcher-spotlight .button-3 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .form {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 48px;
}

.researcher-spotlight .text-input {
  width: 405px;
  padding: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
  background: none;
  flex: 1;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: #00000099;
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.researcher-spotlight .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: 424px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.researcher-spotlight .button-5 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-darkest);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .button-6 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: 0;
  left: 599px;
  border: 0px none;
  border-color: var(--primitives-color-neutral-darkest);
}

.researcher-spotlight .button-7 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 197px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: 772px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.researcher-spotlight .button-8 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--primitives-color-neutral-darkest);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .button-9 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 197px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: -1px;
  left: 989px;
  border: 1px solid;
  border-color: var(--primitives-color-neutral-darkest);
}

.researcher-spotlight .polygon {
  left: 940px;
  position: absolute;
  top: 21px;
  width: 11px;
  height: 9px;
}

.researcher-spotlight .polygon-2 {
  left: 1159px;
  position: absolute;
  top: 21px;
  width: 11px;
  height: 9px;
}

.researcher-spotlight .content-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.researcher-spotlight .row-2 {
  display: flex;
  gap: 24px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.researcher-spotlight .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 calc(33.33% - 20px);
  padding: 20px;
  background-color: #dbdbdb;
  border-radius: 20px;
}

.researcher-spotlight .card-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 calc(33.33% - 20px);
  padding: 20px;
  background-color: #efefed;
  border-radius: 20px;
}

.researcher-spotlight .placeholder-image {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.researcher-spotlight .content-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.researcher-spotlight .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.researcher-spotlight .name {
  position: relative;
  align-self: stretch;
  margin-top: -2.00px;
  font-family: var(--text-large-semi-bold-font-family);
  font-weight: var(--text-large-semi-bold-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-large-semi-bold-font-size);
  letter-spacing: var(--text-large-semi-bold-letter-spacing);
  line-height: var(--text-large-semi-bold-line-height);
  font-style: var(--text-large-semi-bold-font-style);
}

.researcher-spotlight .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-regular-normal-font-family);
  font-weight: var(--text-regular-normal-font-weight);
  color: var(--color-schemes-color-scheme-1-text);
  font-size: var(--text-regular-normal-font-size);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
  font-style: var(--text-regular-normal-font-style);
}

.researcher-spotlight .social-icons {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.researcher-spotlight .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.researcher-spotlight .linked-in {
  margin-top: -3536.00px;
  margin-left: -16222.00px;
  position: relative;
  width: 24px;
  height: 24px;
}

.researcher-spotlight .x {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -3536.00px;
  margin-left: -16184.00px;
}

.researcher-spotlight .linked-in-2 {
  margin-top: -3536.00px;
  margin-left: -16659.33px;
  position: relative;
  width: 24px;
  height: 24px;
}

.researcher-spotlight .x-2 {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -3536.00px;
  margin-left: -16621.33px;
}

.researcher-spotlight .linked-in-3 {
  margin-top: -3536.00px;
  margin-left: -17096.67px;
  position: relative;
  width: 24px;
  height: 24px;
}

.researcher-spotlight .x-3 {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -3536.00px;
  margin-left: -17058.67px;
}

.researcher-spotlight .content-6 {
  display: flex;
  flex-direction: column;
  max-width: var(--spacing-sizing-max-width-max-width-large);
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -27.00px;
}

.researcher-spotlight .content-7 {
  position: relative;
  width: 768px;
  height: 27px;
}

.researcher-spotlight .layout-2 {
  align-self: stretch;
  width: 100%;
  height: 181px;
  position: relative;
  background-color: #ffffff;
}

.researcher-spotlight .rectangle {
  left: 576px;
  background-color: #003d7c;
  position: absolute;
  top: 49px;
  width: 54px;
  height: 54px;
  border: 1px solid;
}

.researcher-spotlight .rectangle-2 {
  left: 648px;
  background-color: #ffffff;
  border-color: #003d7c;
  position: absolute;
  top: 49px;
  width: 54px;
  height: 54px;
  border: 1px solid;
}

.researcher-spotlight .rectangle-3 {
  left: 722px;
  background-color: #ffffff;
  border-color: #003d7c;
  position: absolute;
  top: 49px;
  width: 54px;
  height: 54px;
  border: 1px solid;
}

.researcher-spotlight .rectangle-4 {
  left: 796px;
  background-color: #ffffff;
  border-color: #003d7c;
  position: absolute;
  top: 49px;
  width: 54px;
  height: 54px;
  border: 1px solid;
}

.researcher-spotlight .rectangle-5 {
  left: 870px;
  background-color: #ffffff;
  border-color: #003d7c;
  position: absolute;
  top: 49px;
  width: 54px;
  height: 54px;
  border: 1px solid;
}

.researcher-spotlight .text-wrapper-6 {
  position: absolute;
  top: 62px;
  left: 591px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .text-wrapper-7 {
  left: 664px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .text-wrapper-8 {
  left: 738px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .text-wrapper-9 {
  left: 812px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.researcher-spotlight .text-wrapper-10 {
  left: 886px;
  position: absolute;
  top: 62px;
  width: 23px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #003d7c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* Original CSS code should be injected here */

/* Pagination */
.pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagination-item {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #003d7c;
  color: #003d7c;
  cursor: pointer;
  justify-content: center;
  align-items: center;    
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Helvetica Neue-Regular", Helvetica;
}

@media screen and (min-width: 769px) {
  .pagination-item {
    width: 54px;
    height: 54px;
  }
}

.pagination-item.active {
  background-color: #003d7c;
  color: #ffffff;
}

/* Additional CSS for semantic improvements and accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Remove list styles for semantic lists */
.nav-links-2 {
  list-style: none;
  margin: 0;
  padding: 5px 45px 5px 20px;
}

.div-4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Ensure buttons and links have proper focus states */
.button:focus,
.button-wrapper:focus,
.button-4:focus,
.button-6:focus,
.button-7:focus,
.button-9:focus,
.button-10:focus,
.rectangle:focus,
.rectangle-2:focus,
.rectangle-3:focus,
.rectangle-4:focus,
.rectangle-5:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Ensure links have proper focus states */
.link-text:focus,
.text-wrapper:focus,
.text-wrapper-13:focus,
.text-wrapper-16:focus,
.text-wrapper-12:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Remove button styling from pagination buttons to make them look like the original design */
.rectangle,
.rectangle-2,
.rectangle-3,
.rectangle-4,
.rectangle-5 {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* Ensure form elements have proper styling */
.text-input:focus,
.placeholder:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Ensure dropdown buttons have proper ARIA styling */
.button-7[aria-expanded="true"],
.button-9[aria-expanded="true"] {
  /* Add styling for expanded state if needed */
}

/* Original CSS code should be injected here */

/* Additional styles for semantic improvements and accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Remove list styles for semantic lists */
.nav-links-2,
.div-4 {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Ensure proper link styling */
.nav-links-2 a,
.div-4 a,
.footer-links a {
  text-decoration: none;
  color: inherit;
}

/* .nav-links-2 a:hover,
.nav-links-2 a:focus,
.div-4 a:hover,
.div-4 a:focus,
.footer-links a:hover,
.footer-links a:focus {
  text-decoration: underline;
} */

/* Button and link accessibility improvements */
.button,
.button-3,
.button-4,
.button-5,
.button-6,
.button-9,
.button-10,
.button-11 {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.button:hover,
.button:focus,
.button-3:hover,
.button-3:focus,
.button-4:hover,
.button-4:focus,
.button-5:hover,
.button-5:focus,
.button-6:hover,
.button-6:focus,
.button-9:hover,
.button-9:focus,
.button-10:hover,
.button-10:focus,
.button-11:hover,
.button-11:focus {
  opacity: 0.8;
}

/* Form accessibility improvements */
.text-input:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Social media links styling */
.link-3 a {
  display: inline-block;
  transition: opacity 0.2s ease;
}

.link-3 a:hover,
.link-3 a:focus {
  opacity: 0.7;
}

/* Slider button accessibility */
.slider-arrow:focus,
.arrow-back-wrapper:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* ============================================= */
/* Tailwind Visibility Priority Overrides        */
/* ============================================= */

.hidden {
  display: none !important;
}

.block {
  display: block !important;
  width: 100%;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

@media screen and (min-width: 769px) {
  .md\:hidden {
    display: none !important;
  }

  .md\:block {
    display: flex !important;
  }
}

#wpadminbar {
  display: none !important;
}