.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.home-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home-navbar {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
  background-color: #003071;
}
.home-heading {
  color: #A6D2E6;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}
.home-heading:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.home-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-link {
  color: #A6D2E6;
  transition: color 0.3s ease, transform 0.3s ease;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.home-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.home-link01 {
  color: #A6D2E6;
  transition: color 0.3s ease, transform 0.3s ease;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.home-link01:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.home-link02 {
  color: #a6d2e6;
  font-size: 24px;
  transition: color 0.3s ease, transform 0.3s ease;
  font-family: Overpass;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-link02:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.home-link03 {
  color: #A6D2E6;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}
.home-link03:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.home-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon {
  width: 36px;
  height: 36px;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon02 {
  width: 24px;
  height: 24px;
}
.home-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link07 {
  text-decoration: none;
}
.home-section-separator {
  width: 100%;
  height: 1px;
  display: flex;
  margin-top: var(--dl-space-space-tenunits);
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
.home-home {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: 0px;
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #A6D2E6; /* Kept as is for now */
  animation: fadeIn 0.8s ease-in-out forwards;
}
.home-image {
  width: 70%;
  height: auto;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-tenunits);
  background-size: cover;
  justify-content: center;
  background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  background-position: center;
}
.home-container02 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url('https://play.teleporthq.io/static/svg/placeholders/no-image.svg');
  background-position: center;
}
.home-image01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.home-image01:hover {
  transform: scale(1.03);
  filter: brightness(105%);
}
.home-hero-text-container {
  width: 20%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-cta-btn-container {
  width: 20%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-container03 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: space-between;
  flex-direction: column;
  justify-content: center;
}
.home-heading2 {
  color: rgb(4, 4, 4);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-text02 {
  font-size: 20px;
}
.home-text04 {
  color: var(--dl-color-gray-black);
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-link08 {
  display: contents;
}
.home-image02 {
  width: 40%;
  align-self: flex-start;
  object-fit: cover;
  text-decoration: none;
}
.home-text09 {
  color: var(--dl-color-gray-black);
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-research {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: 0px;
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: var(--dl-color-gray-background-alt);
  animation: fadeIn 0.8s ease-in-out 0.2s forwards;
}
.home-heading-container {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-text10 {
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-card {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-doubleunit);
  margin-bottom: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-doubleunit);
}
.home-icon-container {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.home-link09 {
  display: contents;
}
.home-image03 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-image03:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.home-content-container {
  width: 65%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-text13 {
  text-align: left;
  font-family: "Open Sans";
}
.home-pasted-image {
  width: 50%;
  height: auto;
  margin-top: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-text16 {
  text-align: left;
  font-family: "Open Sans";
}
.home-heading3 {
  color: var(--dl-color-gray-black);
  height: auto;
  font-size: 24px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-fiveunits);
  font-family: "Overpass";
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-text20 {
  height: 100%;
  text-align: center;
}
.home-publications {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
  animation: fadeIn 0.8s ease-in-out 0.4s forwards;
}
.home-max-content-width-container {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  background-color: #A6D2E6; /* Kept as is for now */
}
.home-heading-container1 {
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-content-container1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: row;
  justify-content: center;
}
.home-about-1 {
  width: 1100px;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  align-self: stretch;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  justify-content: space-between;
  background-color: #A6D2E6; /* Kept as is for now */
}
.home-about-1 > div[class^='home-container0'] {
  width: 100%; /* Ensure they take full width for consistent margin/padding */
  display: flex;
  align-items: center; /* Vertical alignment for icon and text */
  margin-bottom: var(--dl-space-space-unit); /* Consistent bottom margin */
  flex-direction: row;
  justify-content: flex-start;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  padding: var(--dl-space-space-unit); /* Increased padding */
  border-radius: var(--dl-radius-radius-radius4); /* Increased border-radius */
  background-color: var(--dl-color-gray-white); /* Card-like background */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05); /* Subtle shadow */
}
.home-about-1 > div[class^='home-container0']:hover {
  background-color: var(--dl-color-gray-white); /* Keep background on hover, or slightly change */
  box-shadow: 0 2px 6px rgba(0,0,0,0.07); /* Slightly enhance shadow on hover */
}
.home-container04 {
  /* Styles moved to .home-about-1 > div[class^='home-container0'] for consistency */
  /* Individual margin-bottom can be removed if handled by the general selector */
}
.home-icon04 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-text24 {
  text-align: left;
}
.home-container05 {
  /* Styles moved to .home-about-1 > div[class^='home-container0'] for consistency */
}
.home-icon06 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-text27 {
  text-align: left;
}
.home-container06 {
  /* Styles moved to .home-about-1 > div[class^='home-container0'] for consistency */
}
.home-icon08 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-text28 {
  text-align: left;
}
.home-container07 {
  /* Styles moved to .home-about-1 > div[class^='home-container0'] for consistency */
}
.home-icon10 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-text29 {
  text-align: left;
}
.home-container08 {
  /* Styles moved to .home-about-1 > div[class^='home-container0'] for consistency */
}
.home-icon12 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-text30 {
  text-align: left;
}
.home-container09 {
  /* Styles moved to .home-about-1 > div[class^='home-container0'] for consistency */
}
.home-icon14 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-text31 {
  text-align: left;
}
.home-link11 {
  color: var(--dl-color-gray-white);
  align-self: center;
  margin-top: var(--dl-space-space-fiveunits);
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  padding: var(--dl-space-space-doubleunit) var(--dl-space-space-fourunits);
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-primary-100);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Overpass', sans-serif; /* Ensure font consistency if .Anchor is different */
  color: var(--dl-color-gray-white); /* Ensure font color contrasts */
}
.home-link11:hover {
  border-width: 0px;
  background-color: var(--dl-color-primary-500);
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.home-about {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  align-self: center;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: 0px;
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: var(--dl-color-gray-background-alt-2);
  animation: fadeIn 0.8s ease-in-out 0.6s forwards;
}
.home-heading-container2 {
  width: 45%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.home-text32 {
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-text35 {
  text-align: left;
}
.home-link12 {
  color: var(--dl-color-gray-white);
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  padding: var(--dl-space-space-doubleunit) var(--dl-space-space-fourunits);
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-primary-100);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Overpass', sans-serif; /* Ensure font consistency if .Anchor is different */
  color: var(--dl-color-gray-white); /* Ensure font color contrasts */
}
.home-link12:hover {
  border-width: 0px;
  background-color: var(--dl-color-primary-500);
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.home-contact {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: 0px;
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: #A6D2E6; /* Kept as is for now */
  animation: fadeIn 0.8s ease-in-out 0.8s forwards;
}
.home-heading-container3 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.home-text41 {
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-container10 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-text44 {
  text-align: center;
  font-family: "Open Sans";
}
.home-image04 {
  width: 110px;
  align-self: center;
  object-fit: cover;
  margin-left: 0px;
  border-color: var(--dl-color-gray-black);
  border-style: hidden;
  border-width: 1px;
  margin-right: 0px;
  padding-left: var(--dl-space-space-unit);
}
.home-card1 {
  width: auto;
  display: flex;
  padding: 0px;
  min-width: 30%;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  border: none; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-card-heading {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit) var(--dl-space-space-doubleunit);
  align-self: stretch;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: var(--dl-color-primary-100);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.home-type {
  font-family: 'Overpass', sans-serif; /* Consistent with other headings */
  color: var(--dl-color-gray-white);
  font-weight: 600; /* Slightly bolder for heading */
  margin-bottom: 0; /* Remove bottom margin if padding handles spacing */
}
.home-card-content {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
}
.home-container11 {
  width: 100%;
  height: 149px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-color: var(--dl-color-gray-800); /* Subtle separator */
  border-width: 1px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-text45 {
  font-family: "Open Sans";
}
.home-card2 {
  width: auto;
  display: flex;
  padding: 0px;
  min-width: 30%;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  border: none; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-card-heading1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit) var(--dl-space-space-doubleunit);
  align-self: stretch;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: var(--dl-color-primary-100);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.home-type1 {
  font-family: 'Overpass', sans-serif; /* Consistent with other headings */
  color: var(--dl-color-gray-white);
  font-weight: 600; /* Slightly bolder for heading */
  margin-bottom: 0px; /* Remove bottom margin if padding handles spacing */
}
.home-card-content1 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
}
.home-container12 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-color: var(--dl-color-gray-800); /* Subtle separator */
  border-width: 1px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-text54 {
  text-align: center;
  font-family: "Open Sans";
}
.home-footer-container {
  width: 100%;
  height: 72px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
  background-color: #007ab8;
}
.home-social-links {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

#floating-social-buttons {
  position: fixed;
  bottom: 30px; /*distance from the bottom */
  right: 10px;  /*distance from the left */
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

#floating-social-buttons a {
  margin-bottom: 10px; /* Spacing between buttons */
}

#floating-social-buttons a img { /* Target icons within the size */
  width: 30px; 
  height: 30px;
}
.home-container13 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-space-space-tripleunit);
  margin-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
}
.home-container14 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link18 {
  display: contents;
}
.home-image05 {
  width: 90%;
  height: 90%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  border-color: #ffffff;
  border-style: hidden;
  border-width: 0.1px;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  text-decoration: none;
  border-top-left-radius: var(--dl-radius-radius-radius4);
  border-top-right-radius: var(--dl-radius-radius-radius4);
  border-bottom-left-radius: var(--dl-radius-radius-radius4);
  border-bottom-right-radius: var(--dl-radius-radius-radius4);
}
.home-image05:hover {
  width: 100%;
  height: 100%;
}
.home-container15 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link19 {
  display: contents;
}
.home-image06 {
  width: 90%;
  height: 90%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  border-color: #ffffff;
  border-style: hidden;
  border-width: 0.25px;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  text-decoration: none;
}
.home-image06:hover {
  width: 100%;
  height: 100%;
}
.home-container16 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link20 {
  display: contents;
}
.home-image07 {
  width: 90%;
  height: 90%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  border-color: #000000;
  border-style: hidden;
  border-width: 1px;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  text-decoration: none;
}
.home-image07:hover {
  width: 100%;
  height: 100%;
}
.home-container17 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link21 {
  display: contents;
}
.home-image08 {
  width: 90%;
  height: 90%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  text-decoration: none;
}
.home-image08:hover {
  width: 100%;
  height: 100%;
}
.home-container18 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link22 {
  display: contents;
}
.home-image09 {
  width: 90%;
  height: 90%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  margin-right: 0px;
  text-decoration: none;
}
.home-image09:hover {
  width: 100%;
  height: 100%;
}
.home-container19 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link23 {
  display: contents;
}
.home-image10 {
  width: 80%;
  height: 80%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  margin-right: 0px;
  text-decoration: none;
}
.home-image10:hover {
  width: 90%;
  height: 90%;
}
.home-container20 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link24 {
  display: contents;
}
.home-image11 {
  width: 85%;
  height: 85%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  margin-right: 0px;
  text-decoration: none;
}
.home-image11:hover {
  width: 95%;
  height: 95%;
}
.home-container21 {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-doubleunit);
  justify-content: center;
}
.home-link25 {
  display: contents;
}
.home-image12 {
  width: 90%;
  height: 90%;
  align-self: center;
  object-fit: cover;
  transition: transform 0.2s ease;
  text-decoration: none;
}
.home-image12:hover {
  width: 100%;
  height: 100%;
}
.home-link26 {
  color: #0c0c0c;
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
}

.company-logos {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 2em; 
  margin-bottom: 1em;

}
.bullet-list {
  max-width: 80%;
  text-align: left;
  white-space: normal; 
  margin-top: 1em; 
  margin-bottom: 5em;
}

hr {
  width: 40%; 
  margin: 1em auto;
  border: 0; /* Remove the default border */
  border-top: 2px solid #ccc; 
}



@media(max-width: 1200px) {
  .home-container {
    align-items: center;
    justify-content: flex-start;
  }
  .home-home {
    align-self: center;
  }
  .home-research {
    align-self: center;
  }
  .home-image03 {
    padding: var(--dl-space-space-halfunit);
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-pasted-image {
    width: 60%;
    height: auto;
  }
  .home-text16 {
    font-family: Open Sans;
  }
  .home-link10 {
    text-decoration: underline;
  }
  .home-publications {
    align-self: center;
  }
  .home-max-content-width-container {
    width: 100%;
  }
  .home-container04 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container05 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container06 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container07 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container08 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container09 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-about {
    align-self: center;
  }
  .home-contact {
    align-self: center;
  }
  .home-heading-container3 {
    width: 100%;
  }
  .home-card1 {
    width: auto;
    min-width: 40%;
    margin-top: var(--dl-space-space-unit);
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-card2 {
    width: auto;
    min-width: 40%;
    margin-top: var(--dl-space-space-unit);
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-unit);
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .company-logos {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    margin-top: 2em; 
    margin-bottom: 1em;
  
  }
  .bullet-list {
    max-width: 30%;
    text-align: left;
    white-space: nowrap; 
    margin-top: 1em; 
    margin-bottom: 5em;
  }

  .home-type1 {
    margin-bottom: 0px;
  }
  .home-container12 {
    height: auto;
    justify-content: center;
  }
  .home-text54 {
    font-family: Open Sans;
  }
  .home-container14 {
    width: 24px;
    height: 24px;
  }
  .home-image05 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container15 {
    width: 24px;
    height: 24px;
  }
  .home-image06 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container16 {
    width: 24px;
    height: 24px;
  }
  .home-image07 {
    width: 90%;
    height: 90%;
  }
  .home-container17 {
    width: 24px;
    height: 24px;
  }
  .home-image08 {
    height: 90%;
  }
  .home-container18 {
    width: 24px;
    height: 24px;
  }
  .home-image09 {
    width: 90%;
    margin-right: 0px;
  }
  .home-container19 {
    width: 24px;
    height: 24px;
  }
  .home-container20 {
    width: 24px;
    height: 24px;
  }
  .home-image11 {
    width: 85%;
    margin-right: 0px;
  }
  .home-container21 {
    width: 24px;
    height: 24px;
  }
  .home-image12 {
    width: 90%;
  }
  .home-link26 {
    color: rgb(12, 12, 12);
  }
}
@media(max-width: 991px) {
  .home-navbar-container {
    height: auto;
  }
  .home-heading {
    text-align: center;
  }
  .home-heading1 {
    text-align: center;
  }
  .home-home {
    height: 100%;
    align-self: center;
  }
  .home-hero {
    height: 100%;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-image {
    width: 60%;
    height: 100%;
    margin-left: 0px;
  }
  .home-container02 {
    width: 100%;
  }
  .home-image01 {
    height: 100%;
  }
  .home-hero-text-container {
    width: 100%;
    height: 100%;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-container03 {
    height: 100%;
  }
  .home-heading2 {
    color: rgb(4, 4, 4);
    height: auto;
    align-self: stretch;
    text-align: center;
  }
  .home-text {
    text-align: center;
  }
  .home-text02 {
    font-size: 20px;
  }
  .home-text04 {
    color: var(--dl-color-gray-black);
    width: 80%;
    align-self: center;
    text-align: center;
  }
  .home-text06 {
    color: var(--dl-color-gray-black);
  }
  .home-image02 {
    align-self: center;
  }
  .home-text09 {
    color: var(--dl-color-gray-black);
    height: 100%;
    align-self: stretch;
    text-align: center;
  }
  .home-research {
    height: 100%;
    align-self: center;
  }
  
  .home-text10 {
    text-align: center;
  }
  .home-text11 {
    text-align: center;
  }
  .home-card {
    width: 100%;
    height: auto;
  }
  .home-content-container {
    height: 100%;
  }
  .home-pasted-image {
    width: 70%;
  }
  .home-text16 {
    width: 100%;
    height: 100%;
  }
  .home-publications {
    align-self: center;
  }
  .home-max-content-width-container {
    width: 100%;
  }
  .home-about-1 {
    width: 100%;
  }
  .home-container04 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container05 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container06 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container07 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-container08 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text30 {
    width: 100%;
  }
  .home-container09 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text31 {
    width: 100%;
  }
  .home-about {
    align-self: center;
  }
  .home-heading-container2 {
    width: 70%;
  }
  .home-heading-container3 {
    width: 100%;
  }
  .home-container10 {
    width: 100%;
  }
  .home-image04 {
    width: 115px;
  }
  .home-card1 {
    width: auto;
    min-width: 50%;
    margin-top: var(--dl-space-space-unit);
    padding-top: 0px;
    margin-bottom: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-card2 {
    width: auto;
    min-width: 50%;
    margin-top: var(--dl-space-space-unit);
    padding-top: 0px;
    margin-bottom: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }

  .company-logos {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 2em; 
    margin-bottom: 1em;
  
  }
  .bullet-list {
    max-width: 100%;
    text-align: left;
    white-space: wrap; 
    margin-top: 1em; 
    margin-bottom: 5em;
  }

  .home-type1 {
    margin-bottom: 0px;
  }
  .home-container12 {
    height: auto;
    justify-content: center;
  }
  .home-text54 {
    font-family: Open Sans;
  }
  .home-link13 {
    text-decoration: underline;
  }
  .home-link14 {
    text-decoration: underline;
  }
  .home-link15 {
    text-decoration: underline;
  }
  .home-text57 {
    text-decoration: underline;
  }
  .home-link16 {
    text-decoration: underline;
  }
  .home-link17 {
    text-decoration: underline;
  }
  .home-container13 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-container14 {
    width: 24px;
    height: 24px;
  }
  .home-image05 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container15 {
    width: 24px;
    height: 24px;
  }
  .home-image06 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container16 {
    width: 24px;
    height: 24px;
  }
  .home-image07 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container17 {
    width: 24px;
    height: 24px;
  }
  .home-image08 {
    height: 90%;
  }
  .home-container18 {
    width: 24px;
    height: 24px;
  }
  .home-container19 {
    width: 24px;
    height: 24px;
  }
  .home-container20 {
    width: 24px;
    height: 24px;
  }
  .home-container21 {
    width: 24px;
    height: 24px;
  }
  .home-link26 {
    color: #0e0e0e;
  }
}
@media(max-width: 767px) {
  .home-navbar-container {
    height: auto;
  }
  .home-navbar {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    align-self: flex-start;
    padding-top: var(--dl-space-space-tripleunit);
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-tripleunit);
    justify-content: flex-start;
  }
  .home-heading {
    width: 100%;
    text-align: left;
  }
  .home-links-container {
    width: 100%;
    height: 100%;
    display: none;
  }
  .home-burger-menu {
    width: 8%;
    height: auto;
    display: flex;
    opacity: 1;
    align-items: center;
    margin-left: 0px;
    border-radius: var(--dl-radius-radius-radius4);
    justify-content: center;
    border-top-left-radius: var(--dl-radius-radius-radius8);
    border-top-right-radius: var(--dl-radius-radius-radius8);
    border-bottom-left-radius: var(--dl-radius-radius-radius8);
    border-bottom-right-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon {
    fill: #A6D2E6;
    width: 100%;
    height: auto;
    align-self: center;
  }
  .home-mobile-menu {
    height: auto;
    display: none;
    background-color: var(--dl-color-primary-100);
  }
  .home-container01 {
    height: 100%;
  }
  .home-heading1 {
    color: #ffffff;
    width: 100%;
    font-size: 32px;
    text-align: left;
    font-family: Courier New;
    text-transform: inherit;
  }
  .home-close-menu {
    width: 8%;
    height: 100%;
  }
  .home-icon02 {
    fill: var(--dl-color-primary-700);
    width: 100%;
    height: 100%;
  }
  .home-links-container1 {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .home-link04 {
    color: #f7f1f1;
  }
  .home-link05 {
    color: #f7f1f1;
  }
  .home-link06 {
    color: #f7f1f1;
  }
  .home-link07 {
    color: #f7f1f1;
  }
  .home-home {
    height: 100%;
    align-self: center;
  }
  .home-hero {
    height: 100%;
    max-height: auto;
    min-height: 100%;
  }
  .home-image {
    width: 70%;
    height: 100%;
  }
  .home-container02 {
    width: 100%;
    height: auto;
    align-self: center;
  }
  .home-image01 {
    width: 100%;
    height: 100%;
  }
  .home-hero-text-container {
    width: 100%;
    height: 100%;
  }
  .home-container03 {
    height: 100%;
  }
  .home-heading2 {
    width: 100%;
    height: 100%;
  }
  .home-text04 {
    color: var(--dl-color-gray-black);
    width: 100%;
    height: 100%;
  }
  .home-text06 {
    color: var(--dl-color-gray-black);
  }
  .home-image02 {
    width: 50%;
    height: 100%;
    align-self: center;
    margin-top: var(--dl-space-space-unit);
    padding-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text09 {
    color: var(--dl-color-gray-black);
    width: 100%;
  }
  .home-research {
    height: 100%;
    max-width: 100%;
    align-self: center;
  }
  .home-text10 {
    width: 100%;
  }
  .home-card {
    width: 100%;
    height: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-image03 {
    width: 45%;
    height: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-content-container {
    width: 80%;
    height: 100%;
  }
  .home-text13 {
    width: 100%;
    height: 100%;
  }
  .home-pasted-image {
    width: 80%;
    height: 100%;
  }
  .home-heading3 {
    width: auto;
    height: auto;
    align-self: center;
    margin-top: var(--dl-space-space-tripleunit);
    padding-top: var(--dl-space-space-fiveunits);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-text20 {
    width: 100%;
  }
  .home-publications {
    height: 100%;
    align-self: flex-start;
  }
  .home-max-content-width-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .home-heading-container1 {
    height: 100%;
  }
  .home-about-1 {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home-container04 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text24 {
    width: 100%;
  }
  .home-container05 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text27 {
    width: 100%;
  }
  .home-container06 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text28 {
    width: 100%;
  }
  .home-container07 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text29 {
    width: 100%;
  }
  .home-container08 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text30 {
    width: 100%;
  }
  .home-container09 {
    width: 100%;
    justify-content: flex-start;
  }
  .home-text31 {
    width: 100%;
  }
  .home-link11 {
    width: 75%;
    height: 100%;
  }
  .home-about {
    height: 100%;
    max-width: 100%;
    align-self: flex-start;
  }
  .home-heading-container2 {
    width: 90%;
  }
  .home-text32 {
    text-align: center;
  }
  .home-text33 {
    text-align: center;
  }
  .home-text35 {
    width: 90%;
  }
  .home-link12 {
    width: 75%;
    margin-top: var(--dl-space-space-fiveunits);
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-contact {
    max-width: 100%;
  }
  .home-heading-container3 {
    width: 100%;
  }
  .home-text41 {
    text-align: center;
  }
  .home-text42 {
    text-align: center;
  }
  .home-container10 {
    width: 100%;
  }
  .home-card1 {
    width: auto;
    padding: 0px;
    min-width: 60%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-card2 {
    width: auto;
    padding: 0px;
    min-width: 60%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  
  .company-logos {
    max-width: 140px;
    display: block;
    margin: 0 auto;
    margin-top: 2em; 
    margin-bottom: 1em;
  
  }
  .bullet-list {
    max-width: 100%;
    text-align: left;
    white-space: wrap;
    margin-top: 1em; 
    margin-bottom: 5em;
  }
  
  .home-card-heading1 {
    justify-content: center;
  }
  .home-type1 {
    font-family: Open Sans;
    margin-bottom: 0px;
  }
  .home-container12 {
    height: auto;
  }
  .home-text54 {
    text-align: center;
    font-family: Open Sans;
    line-height: 2;
  }
  .home-footer-container {
    height: 100%;
  }
  .home-footer {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .home-social-links {
    width: 100%;
    height: 100%;
    align-self: center;
    align-items: center;
  }
  .home-container13 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    margin-bottom: var(--dl-space-space-unit);
    flex-direction: row;
    justify-content: center;
  }
  .home-container14 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image05 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container15 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image06 {
    width: 90%;
    height: 90%;
    margin-right: 0px;
  }
  .home-container16 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image07 {
    margin-right: 0;
  }
  .home-container17 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image08 {
    height: 90%;
    margin-right: 0px;
  }
  .home-container18 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image09 {
    margin-right: 0px;
  }
  .home-container19 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image10 {
    margin-right: 0px;
  }
  .home-container20 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image11 {
    margin-right: 0px;
  }
  .home-container21 {
    width: 24px;
    height: 24px;
    align-items: center;
    border-width: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    justify-content: center;
  }
  .home-image12 {
    margin-right: 0px;
  }
  .home-link26 {
    align-self: center;
    margin-top: var(--dl-space-space-unit);
  }
}
