@font-face {
  font-family: Ulmoderatweb;
  src: url("../fonts/ULModeratWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ulmoderatweb;
  src: url("../fonts/ULModeratWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ulmoderatweb;
  src: url("../fonts/ULModeratWeb-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Moderat Mono;
  src: url("../fonts/Moderat-Mono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --ul-blue: #173af5;
  --white: white;
  --ul-dark-blue: #21222c;
  --transparent: transparent;
  --light-blue: #bce4f7;
  --hit-state: #ffffff24;
  --light-grey: #f1f3f5;
  --mid-grey: #e8e8e8;
  --ul-blue--75: #173af5bf;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
body {
  color: #333;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 5.61rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 4.209rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 3.157rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.369rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 1.5rem;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--ul-blue);
  text-decoration: underline;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.4;
}

label {
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-small {
  font-size: 0.75rem;
}

.main-wrapper {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.navbar {
  z-index: 3;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.mainnav {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  border: 1px solid var(--transparent);
  color: var(--white);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 1.75rem;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.5s;
  display: flex;
}

.nav-link:hover {
  border: 1px solid var(--light-blue);
  border-radius: 100em;
}

.nav-link.w--current {
  background-color: var(--hit-state);
  color: var(--light-blue);
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.small {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}

.nav-link.small:hover {
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand {
  background-color: rgba(22, 41, 246, 0.9019607843);
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 75px;
  padding: 1rem 3rem;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.container-full {
  justify-content: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.ulsa-logo {
  width: 100%;
  min-width: 170px;
  max-width: 200px;
}

.ulsa-logo.smaller {
  max-width: 175px;
}

.text-style-h6 {
  color: var(--ul-blue);
  text-transform: uppercase;
  font-size: 1rem;
}

.text-style-h6.text-color-white {
  color: var(--white);
}

._1-3-subheader {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

._1-3-subheader.large-absolute {
  position: absolute;
  inset: 0% auto 0% 0%;
}

._1-3-subheader.hero {
  color: var(--white);
  width: 100%;
  text-decoration: none;
}

._1-3-subheader.news-post-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.h6-dot {
  background-color: var(--ul-blue);
  border-radius: 100em;
  width: 10px;
  height: 10px;
}

.h6-dot.text-color-white {
  background-color: var(--white);
}

._1-3-section {
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  display: flex;
}

._1-3-section.bg-color-darkblue {
  color: #fff;
  background-color: #161285;
}

._1-3-section.bg-color-darkblue.research {
  background-image: linear-gradient(90deg, #151284 35%, rgba(21, 18, 132, 0.7019607843)), url("../images/B0001735_1.webp");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
}

._1-3-section.bg-color-darkblue.partnerships {
  background-image: linear-gradient(90deg, #151284 35%, rgba(21, 18, 132, 0.7019607843)), url("../images/JorgeGonzalez_MDRIlaunchlabtour-9-12-24.JPG");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
}

._1-3-section.bg-color-darkblue.about {
  background-image: linear-gradient(90deg, #151284 35%, rgba(21, 18, 132, 0.7019607843)), url("../images/lab4.webp");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

._1-3-section.bg-color-darkblue.team {
  background-image: linear-gradient(90deg, #151284 35%, rgba(21, 18, 132, 0.7019607843)), url("../images/ULRI_Symposium_DSC04514-1_1.webp");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
}

._1-3-section.bg-color-lightgrey {
  background-color: var(--light-grey);
  position: relative;
}

._1-3-section.bg-color-lightgrey.home {
  flex-flow: column;
}

._1-3-section.shorter {
  min-height: auto;
}

._1-3-section.flex-v {
  flex-flow: column;
}

.container-xlarge {
  flex: 1;
  max-width: 1440px;
  padding: 12vh 2rem;
}

.container-xlarge.relative {
  z-index: 2;
  display: block;
  position: relative;
}

.container-xlarge.short {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.container-xlarge.no-padding-top {
  padding-top: 0;
}

.container-xlarge.margin-bottom-small {
  padding-bottom: 6vh;
}

.container-xlarge.z-index {
  z-index: 2;
  position: relative;
}

.container-xlarge.no-margin, .container-xlarge.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-xlarge.smaller {
  padding-top: 0;
}

.container-xlarge.home-lab {
  padding-top: 24vh;
  padding-bottom: 0;
}

.container-xlarge.no-padding-bottom {
  padding-bottom: 0;
}

._1-3-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-3-wrapper.margin-top.large {
  margin-top: 16vh;
}

._1-3-content {
  width: 100%;
  max-width: 66%;
  display: block;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-style-h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.text-style-h3.scroll-highlight.text-align-right {
  text-align: right;
}

.text-style-h3.scroll-highlight.text-align-center {
  text-align: center;
}

.text-style-h3.scroll-highlight.top-margin {
  margin-top: 15%;
}

.text-style-h3.no-margin, .text-style-h3.no-margin-bottom {
  margin-bottom: 0;
}

.text-color-blue {
  color: var(--ul-blue);
}

.footer {
  background-color: var(--ul-blue);
  color: #fff;
  height: 100%;
  min-height: 110vh;
  display: flex;
  position: relative;
}

._25p {
  width: 25%;
}

._25p.flex-h {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-horizontal {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.footer-horizontal.align-middle {
  justify-content: flex-start;
  align-items: center;
}

.footer-subheader {
  opacity: 0.7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.footer-li-p {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
}

.footer-li-p:hover {
  text-decoration: underline;
}

.footer-li {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  text-decoration: none;
  overflow: hidden;
}

.footer-li.w--current {
  text-decoration: none;
  overflow: hidden;
}

.ul-button-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}

.ul-button-text.light {
  color: var(--ul-blue);
  font-family: Ulmoderatweb, Arial, sans-serif;
}

.ul-button-text.mono {
  font-family: Moderat Mono, Arial, sans-serif;
}

.margin-top {
  margin-top: 3rem;
}

.margin-top.large {
  margin-top: 5rem;
}

.margin-top.small {
  margin-top: 1.5rem;
}

.margin-top.flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.margin-top.flex.large.hide-desktop {
  display: none;
}

.margin-top._0 {
  opacity: 0;
  pointer-events: none;
}

.button-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100em;
  width: 100%;
  padding: 15px 30px;
}

.mdri-button {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100em;
  padding: 2px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  transform: rotate(0);
  box-shadow: inset -1px -1px 1px 0.5px #264be1, inset 1px 1px 1px 0.5px #3d91db;
}

.mdri-button:hover {
  box-shadow: inset 1px 1px 1px 0.5px #264be1, inset -1px -1px 1px 0.5px #3d91db;
}

.mdri-button.submit {
  padding: 15px 30px;
}

.mdri-button.submit.blue {
  color: var(--ul-blue);
}

.mdri-button.solid {
  border: 1px solid var(--white);
  background-color: var(--ul-blue);
  box-shadow: none;
  color: var(--white);
}

.mdri-button.trl {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset -1px -1px 2px 1px #264be1, inset 1px 1px 2px 1px #e3ecf3;
}

.align-center {
  text-align: center;
  max-width: 1000px;
  margin: 2rem auto;
}

.align-center.margin-top {
  margin-top: 4rem;
}

.align-center.margin-top-xl {
  margin-top: 8rem;
}

.align-center.margin-top-xl.relative {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.align-center.relative {
  z-index: 10;
  flex-flow: column;
  position: relative;
}

.align-center.margin-bottom {
  margin-bottom: 6rem;
}

.align-center.text-align-left {
  text-align: left;
  position: static;
}

.align-center.text-align-left.sticky {
  width: 100%;
}

.align-center.max-width {
  max-width: 750px;
}

.align-center.max-width.smaller {
  max-width: 600px;
}

.align-center.sticky {
  z-index: 10;
  position: sticky;
  top: 33%;
}

.align-center.sticky.max-width {
  max-width: 750px;
}

.align-center.sticky._35-top, .align-center.sticky._40-top {
  top: 35%;
}

.align-center.absolute {
  position: absolute;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.margin-bottom.large {
  margin-bottom: 4rem;
}

.margin-bottom.large.relative-z {
  z-index: 3;
  position: relative;
}

.margin-bottom.xlarge {
  margin-bottom: 12vh;
}

.margin-bottom.xsmall {
  margin-bottom: 1rem;
}

.margin-bottom.max-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.partners-section {
  color: var(--white);
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0.4) 26%, rgba(0, 0, 0, 0.6)), url("../images/JorgeGonzalez_MDRIlaunchlabtour-9-12-24.JPG");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -1px;
  padding-top: 25vh;
  padding-bottom: 7.5vh;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 5px;
  display: flex;
}

.social-icon {
  width: 20px;
  height: 20px;
}

.text-color-white {
  color: var(--white);
}

.video-scroll-section {
  color: var(--white);
  background-image: linear-gradient(#20222b, #293c5a);
  height: auto;
}

.video-track {
  height: 500vh;
  position: relative;
}

.video-wrapper {
  flex-flow: column;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.video-content {
  border-radius: 1.5rem;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
}

.home-vid-scrub-wrapper {
  position: relative;
}

.home-vid-scrub-content {
  z-index: 1;
  width: 33%;
  height: 100vh;
  position: relative;
}

.home-vid-scrub-content-wrapper {
  max-width: 1440px;
  margin-top: -50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-white-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, #212632, rgba(33, 38, 50, 0) 10%), linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, var(--light-grey));
  position: absolute;
  inset: 0%;
}

.hero-section {
  background-color: var(--ul-dark-blue);
  color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-height: 99vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.home {
  background-image: url("../images/home-hero.jpg");
  background-position: 0 0;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-section.lab {
  background-image: url("../images/circles_.png"), linear-gradient(0deg, rgba(23, 58, 245, 0.4), rgba(33, 34, 44, 0.4)), linear-gradient(rgba(33, 34, 44, 0.6), rgba(33, 34, 44, 0.6)), url("../images/lab-hero-sample_1.webp");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 30%, auto, auto, cover;
  height: 99vh;
  min-height: 750px;
}

.hero-section.mission {
  background-image: url("../images/circles_.png"), linear-gradient(0deg, rgba(23, 58, 245, 0.4509803922), rgba(33, 34, 44, 0.4)), linear-gradient(rgba(33, 34, 44, 0.6), rgba(33, 34, 44, 0.6)), url("../images/molecule-zoom_1.webp");
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 30%, auto, auto, cover;
  border-bottom-left-radius: 0;
}

.hero-section.research {
  background-image: url("../images/circles_.png"), linear-gradient(0deg, rgba(23, 58, 245, 0.4509803922), rgba(33, 34, 44, 0.4)), linear-gradient(rgba(33, 34, 44, 0.6), rgba(33, 34, 44, 0.6)), url("../images/B0001735_1.webp");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 30%, auto, auto, cover;
}

.hero-section.research-project {
  background-image: linear-gradient(0deg, var(--ul-dark-blue), var(--transparent)), url("../images/research-project-hero_1.webp");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-section.partnerships {
  background-image: url("../images/circles_.png"), linear-gradient(0deg, rgba(23, 58, 245, 0.4), rgba(33, 34, 44, 0.4)), linear-gradient(rgba(33, 34, 44, 0.6), rgba(33, 34, 44, 0.6)), url("../images/JorgeGonzalez_MDRIlaunchlabtour-9-12-24.JPG");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 30%, auto, auto, cover;
}

.hero-section.team {
  background-image: url("../images/circles_.png"), linear-gradient(rgba(33, 34, 44, 0.6), rgba(23, 58, 245, 0.6)), url("../images/ULRI_Symposium_DSC04514-1_1.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 30%, auto, cover;
}

.hero-section.news {
  background-image: url("../images/circles_.png"), linear-gradient(rgba(33, 34, 44, 0.6), rgba(23, 58, 245, 0.6)), url("../images/street_1.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 30%, auto, cover;
}

.hero-section.news-post {
  background-image: url("../images/circles_.png"), linear-gradient(rgba(33, 34, 44, 0.6), rgba(23, 58, 245, 0.6)), url("../images/B0001735_2.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 30%, auto, cover;
}

.hero-section.about {
  background-image: url("../images/circles_.png"), linear-gradient(0deg, rgba(23, 58, 245, 0.4), rgba(33, 34, 44, 0.4)), linear-gradient(rgba(33, 34, 44, 0.6), rgba(33, 34, 44, 0.6)), url("../images/lab1.webp");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 30%, auto, auto, cover;
}

.flex-h {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-h.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
}

.flex-h.gap-1rem.no-margin-bottom {
  margin-bottom: 0;
}

.flex-h.rx-project {
  justify-content: space-between;
  align-items: center;
}

.flex-h.align-left {
  justify-content: flex-start;
  align-items: center;
}

._60p {
  width: 60%;
}

._30p {
  width: 30%;
}

.credit-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--ul-dark-blue);
  justify-content: space-around;
  align-items: center;
  width: 25vw;
  height: 10vh;
  padding: 0 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

._75p {
  width: 75%;
}

.partnerships-section {
  background-color: var(--ul-blue);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.news-section {
  overflow: hidden;
}

.icon.small {
  width: 1.5rem;
}

.icon.xsmall {
  width: 1rem;
  height: 1rem;
}

.icon.medium {
  width: 2rem;
  height: 2rem;
}

.hide {
  display: none;
}

.materials {
  background-color: var(--ul-blue);
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.materials.is-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.materials.consequences {
  background-color: var(--ul-dark-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.materials.new-era {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  padding-top: 8em;
  padding-bottom: 0;
}

.materials.research-areas {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  padding-bottom: 10em;
}

.materials.collaboration {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.materials.team {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  overflow: hidden;
}

.materials.mission {
  padding-top: 0;
  padding-bottom: 100vh;
}

.materials.is-2 {
  color: var(--ul-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.mission-section {
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-h-2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-h-2.middle {
  justify-content: flex-start;
  align-items: center;
}

.flex-h-2.middle.large-relative {
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-cards {
  background-color: var(--white);
  width: 100%;
  height: auto;
  position: relative;
}

.section-cards.bg-color-darkblue {
  background-color: var(--ul-dark-blue);
}

.card-item-image {
  opacity: 0.7;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.list.mission {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
}

.card-item {
  color: #f7f9fb;
  background-color: #16181b;
  justify-content: center;
  align-items: flex-start;
  position: sticky;
  top: 0;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.img__wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img__overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3607843137);
  position: absolute;
  inset: 0%;
}

.container.card_list-content {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 80em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container.card_list-content.z-index {
  z-index: 4;
}

.container.card_list-content {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 80em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.code-embed {
  display: none;
}

.wrapper {
  background-image: linear-gradient(to bottom, rgba(23, 58, 245, 0.3215686275), rgba(23, 58, 245, 0.3215686275)), linear-gradient(180deg, rgba(20, 56, 220, 0.3215686275) 38%, var(--ul-blue)), url("../images/360_F_842137506_qufxoTysZi0qMHEBMdZq14CSSxcxhMGX.jpg");
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
  top: 0;
}

.wrapper.consequences {
  background-image: linear-gradient(180deg, var(--ul-blue), rgba(24, 49, 165, 0.7019607843) 31%, rgba(30, 38, 79, 0.6901960784) 80%, #21222c), url("../images/statue_1.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  top: 0;
}

.wrapper.consequences.bottom {
  background-image: linear-gradient(0deg, var(--white), rgba(30, 38, 79, 0.631372549) 36%, #21222c), url("../images/mountains.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-bottom: 20em;
}

.wrapper.mission {
  background-image: linear-gradient(to bottom, rgba(23, 58, 245, 0.3215686275), rgba(23, 58, 245, 0.3215686275)), linear-gradient(180deg, rgba(20, 56, 220, 0.3215686275) 38%, var(--ul-blue));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: auto;
  height: 200vh;
  top: auto;
}

.wrapper.bg-white {
  background-image: linear-gradient(#fff, #fff), url("../images/360_F_842137506_qufxoTysZi0qMHEBMdZq14CSSxcxhMGX.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.color-blend-blue {
  z-index: 1;
  background-color: var(--ul-blue);
  pointer-events: none;
  mix-blend-mode: color;
  position: absolute;
  inset: 0%;
}

.color-blend-blue.consequences {
  z-index: 0;
  background-color: var(--transparent);
  pointer-events: none;
}

.grid {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  position: relative;
}

.research-card-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.research-card-txt-more.mod--2 {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}

.research-card-txt-more.mod--1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 90px;
}

.research-card-title {
  flex: none;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.research-card-title.stroke--white-02 {
  margin-bottom: 15px;
}

.research-columns-container.col--2 {
  z-index: 0;
  flex: 1;
}

.research-card-wrap {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.research-card-wrap.home {
  border-radius: 20px 0 0 20px;
}

.research-card-wrap.home.left {
  border-radius: 0 20px 20px 0;
}

.research-card-p {
  flex: none;
  width: 400px;
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.3;
  display: inline-block;
}

.research-card-p._0 {
  opacity: 0;
  overflow-wrap: anywhere;
  width: 400px;
}

.research-card-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.research-card-img.mod--2 {
  z-index: 1;
  mix-blend-mode: soft-light;
  object-fit: cover;
  object-position: 50% 50%;
}

.research-card-img.mod--1 {
  z-index: 1;
  mix-blend-mode: soft-light;
}

.research-col {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
}

.research-col.right {
  flex: none;
  width: 34%;
}

.research-col.right.home {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%;
  padding-right: 0;
}

.research-col.left {
  width: 66%;
}

.research-col.left.home {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.research-card-content-wrapper {
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9019607843), var(--transparent) 83%);
  color: #fff;
  position: absolute;
  inset: 0%;
}

.research-card-content-wrapper._2 {
  background-image: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.research-card-content-wrapper._1 {
  background-image: none;
}

.research-card-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.research-card-txt-less.mod--1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 40px 0 90px;
  bottom: 78px;
  left: 0;
  transform: none;
}

.research-card-txt-less.mod--2 {
  width: auto;
  height: auto;
  padding: 20px;
  display: block;
  transform: none;
}

.research-card-txt-less.mod--2.home {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 40px;
  display: flex;
}

.research-card-txt-less.mod--2.home.right {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 78px;
}

.research-cols {
  z-index: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 590px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.research-cols.home {
  height: 540px;
}

.bg-img {
  background-color: var(--ul-blue);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-bg {
  object-fit: cover;
  width: 100%;
  height: 120%;
}

.heading {
  letter-spacing: -0.125rem;
  line-height: 1;
}

.credit-logo {
  width: 45%;
  max-width: 200px;
  padding: 5px;
}

.credit-quote {
  letter-spacing: -0.025rem;
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-weight: 500;
}

.vr {
  background-color: var(--ul-dark-blue);
  width: 1px;
  height: 100%;
}

.marquee-horizontal {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee-horizontal.top {
  margin-top: 4rem;
}

.track-horizontal-alt {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-3 {
  flex: none;
  margin-right: 8vw;
  display: block;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-17 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.example-subheader {
  color: var(--light-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1.25rem;
}

.example-subheader.text-color-blue {
  color: var(--ul-blue);
}

.img-wrapper {
  cursor: pointer;
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 33vh;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  z-index: 100;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.intro-header {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 880px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  display: flex;
}

.column._2 {
  width: 25%;
  margin-top: -100px;
  padding-right: 20px;
}

.column._4 {
  width: 25%;
  margin-top: -200px;
  padding-right: 20px;
}

.column._3 {
  width: 25%;
  padding-right: 20px;
}

.column._1 {
  flex: none;
  width: 25%;
  padding-right: 20px;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cover-container {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100vh;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.intro-text {
  text-align: left;
  width: 50%;
  margin-bottom: 35px;
}

.div-block-18 {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--white), var(--transparent) 68%);
  position: absolute;
  inset: 0%;
}

._50p {
  max-width: 50%;
}

.div-block-19 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.overflow__txt.mod--absolute {
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.overflow__gorizontal {
  transition: all 0.4s;
  position: relative;
  top: 0;
  left: 0;
}

.dash-vertical {
  border: 0.5px solid #c4c4c4;
  width: 0.0625rem;
  position: absolute;
  top: 0;
  bottom: 0;
}

.dash-vertical.mod--about-advant {
  height: 100%;
  top: auto;
  left: 0;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--about-advant {
  flex: 1;
  justify-content: flex-end;
  margin-top: 4em;
  padding-top: 0.75rem;
}

.overflow__vertical {
  transition: top 0.4s;
  position: relative;
  top: 0;
  left: 0;
}

.col {
  flex: 1;
  position: relative;
}

.col.mod--about-advant {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 20%;
  max-width: 20%;
  padding-top: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.col.mod--about-advant.mod--first {
  border-left-width: 0;
  min-width: 34%;
  max-width: 40px;
  padding-left: 0;
}

.avas {
  align-items: center;
  line-height: 1.2;
  display: flex;
}

.img-2.mod--arrow-link {
  width: 1.125rem;
  display: block;
}

.img-2.mod--arrow-link.mod--absolute {
  position: absolute;
  bottom: 0;
  left: -2em;
}

.img-2.mod--ava {
  border: 0.125rem solid #ecebea;
  border-radius: 50%;
  width: 3.75rem;
  margin-right: -0.875rem;
  position: relative;
}

.img-2.mod--ava.mod--last {
  border-color: rgba(236, 235, 234, 0);
  margin-right: 1rem;
}

.img-2.mod--ava.mod--2 {
  z-index: 2;
}

.img-2.mod--ava.mod--1 {
  z-index: 3;
}

.img-2.mod--solution {
  display: block;
  position: absolute;
}

.img-2.mod--solution.mod--2 {
  background-color: var(--ul-blue);
  color: var(--white);
  border-radius: 100em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  top: -3rem;
  right: -3rem;
}

.img-2.mod--solution.mod--1 {
  width: 100%;
  top: 0;
  left: 0;
}

.btn-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -0.125rem;
  text-decoration: none;
  display: flex;
}

.btn__content {
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.overflow-hidden.mod--solution-img {
  pointer-events: none;
  border-radius: 0.5rem;
  width: 21.875rem;
  height: 16.625rem;
  overflow: visible;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-font-archia.font-size-35.text-stroke-1.margin-bottom-12 {
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-style-allcaps.font-size-12.text-letterspacing-0_03 {
  color: #8f8f8f;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.relative {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.img-wrap {
  position: relative;
}

.img-wrap.mod--solution-img {
  z-index: 50;
  position: absolute;
  top: -3.125rem;
  right: 10rem;
}

.img-wrap.mod--solution-img.clickable-off {
  pointer-events: none;
}

.text-size-12 {
  font-size: 0.75rem;
}

.text-size-12.text-style-allcaps.text-letterspacing-0_03.text-color-dark {
  margin-bottom: 10px;
}

.text-size-32 {
  font-size: 2rem;
  line-height: 1.2;
}

.solution__links {
  border-top: 0.0625rem solid #c4c4c3;
  border-bottom: 0.0625px solid #c4c4c3;
}

.solution__link {
  color: var(--ul-dark-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.solution__link:hover {
  color: var(--ul-blue);
}

.stat-big {
  font-size: 2rem;
  line-height: 1.3;
}

.stat-big.xlarge {
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 4rem;
}

.vid-lightbox-wrapper {
  float: right;
  height: 20vh;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 20% auto;
}

.vid-lightbox-wrapper.home {
  z-index: 10;
  inset: auto 0% 4rem auto;
}

.vid-lightbox-left {
  background-color: var(--white);
  color: var(--ul-blue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 130px;
  padding: 14px;
  display: flex;
  position: relative;
}

.vid-lightbox-right {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25vw;
  display: flex;
  overflow: hidden;
}

.video--cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.v-player-visual {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  position: relative;
}

.v-player {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.v-player-icon {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  line-height: 0;
}

.v-player-icon-wrap {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: hard-light;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image--cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

._3d-lab-section {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.old-isometric-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.old-isometric-wrapper.static {
  position: static;
}

.dot {
  background-color: var(--ul-blue);
  border-radius: 100em;
  width: 20px;
  height: 20px;
  position: absolute;
}

.dot.centre {
  z-index: 1;
  width: 15px;
  height: 15px;
}

.dot._2 {
  border: 1px solid var(--ul-blue);
  background-color: var(--light-grey);
  width: 35px;
  height: 35px;
}

.dot._3 {
  border: 1px solid var(--ul-blue);
  background-color: var(--transparent);
  width: 50px;
  height: 50px;
}

.dot-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.dot-wrapper.synthesis {
  position: absolute;
  top: 25vh;
  left: 41.7vw;
}

.dot-wrapper.automation {
  position: absolute;
  top: 43vh;
  left: 25vw;
}

.dot-wrapper.oven {
  cursor: pointer;
  position: absolute;
  top: 43vh;
  left: 38.5vw;
}

.dot-wrapper.synthesis-2 {
  position: absolute;
  top: 25vh;
  left: 50.6vw;
}

.dot-wrapper.characterization {
  position: absolute;
  top: 25vh;
  left: 60.1vw;
}

.dot-wrapper.gas-absorption {
  position: absolute;
  top: 25vh;
  left: 69vw;
}

._3d-hover-card {
  z-index: 3;
  background-color: var(--white);
  color: var(--ul-dark-blue);
  border-radius: 20px;
  width: 25vw;
  max-width: 300px;
  min-height: 100px;
  display: none;
  position: absolute;
  inset: -15% auto auto 55px;
  overflow: hidden;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3019607843);
}

._3d-hover-card.synthesis {
  color: var(--ul-dark-blue);
  text-decoration: none;
  display: none;
  top: 115%;
  left: 0;
}

._3d-hover-card.automation {
  color: var(--ul-dark-blue);
  width: 30vw;
  max-width: 340px;
  text-decoration: none;
  top: 115%;
  left: 0;
}

._3d-hover-card.oven {
  color: var(--ul-dark-blue);
  width: 30vw;
  max-width: 350px;
  text-decoration: none;
  top: 115%;
  left: 0;
}

._3d-hover-card.synthesis-2 {
  color: var(--ul-dark-blue);
  text-decoration: none;
  display: none;
  top: 115%;
  left: 0;
}

._3d-hover-card.characterization {
  color: var(--ul-dark-blue);
  width: 30vw;
  max-width: 340px;
  text-decoration: none;
  display: none;
  top: 115%;
  left: auto;
  right: -300%;
}

._3d-hover-card.gas-absorption {
  color: var(--ul-dark-blue);
  width: 30vw;
  max-width: 340px;
  text-decoration: none;
  display: none;
  top: 110%;
  left: auto;
  right: -20%;
}

.model-details-btn {
  color: var(--ul-dark-blue);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

._3d-lab-modal-wrapper {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

._3d-lab-modal-wrapper.hide {
  display: none;
}

.tab-wrapper {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.modal-details-wrapper {
  background-image: linear-gradient(180deg, var(--transparent), var(--light-grey)), linear-gradient(to bottom, rgba(241, 243, 245, 0.8196078431), rgba(241, 243, 245, 0.8196078431)), url("../images/getty-images-E1V0ojiqqfQ-unsplash2.webp");
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 100%;
}

.modal-details-wrapper.overlay {
  background-image: linear-gradient(180deg, var(--transparent), var(--light-grey)), linear-gradient(to bottom, rgba(241, 243, 245, 0.8196078431), rgba(241, 243, 245, 0.8196078431));
  width: 100%;
  position: absolute;
  inset: 0%;
}

.contact-form-container {
  background-color: var(--ul-blue);
  color: var(--white);
  border-radius: 20px;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--transparent);
  filter: brightness(200%);
}

.text-field.blue {
  border-bottom-color: var(--ul-blue);
}

.text-field.blue::placeholder {
  color: var(--ul-blue);
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--transparent);
  filter: brightness(200%);
}

.textarea.blue {
  border-bottom-color: var(--ul-blue);
}

.textarea.blue::placeholder {
  color: var(--ul-blue);
}

.radio-button-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  border: 1px #000;
}

.contact-logo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: auto 40px 40px auto;
}

.masonry-grid-section {
  display: block;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.card-header {
  font-size: 1.25rem;
}

.card-topic {
  color: var(--ul-blue);
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 0.875rem;
}

.card-top-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.tabs-content-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 0;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: var(--ul-blue);
  border-radius: 999em;
  position: absolute;
  inset: 0%;
}

.lab-modal {
  z-index: 230;
  background-color: var(--light-grey);
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden scroll;
}

.lab-modal._1, .lab-modal._2 {
  z-index: 230;
  inset: 0%;
}

.tab-content-item {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.tab-content-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 70vh;
}

.tabs-nav-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.tabs-nav-text.experimentation-b, .tabs-nav-text.automation, .tabs-nav-text.gas-testing, .tabs-nav-text.characterization, .tabs-nav-text.computing, .tabs-nav-text.energy-generation {
  color: var(--ul-dark-blue);
}

.tab-content-inner {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: visible;
}

.tab-content-title {
  z-index: 2;
  color: #fff;
  max-width: 42%;
  padding-left: 5rem;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: 10vh auto auto 40px;
}

.tabs-menu-wrapper {
  background-color: var(--light-grey);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7em 0.8em;
  display: flex;
}

.tabs-menu-wrapper.short {
  max-width: 750px;
  margin-bottom: 2rem;
  padding: 0;
}

.tabs-menu-wrapper.lab {
  z-index: 10;
  width: 95%;
  padding: 0;
  position: fixed;
  inset: 2% 0% auto;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all 0.3s;
  position: relative;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item.experimentation-a.w--current {
  padding-top: 1em;
  padding-bottom: 1em;
}

.tabs-nav-item.eco-remediation, .tabs-nav-item.eco-remediation.w--current, .tabs-nav-item.energy-generation {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.project-img-overlay {
  background-image: linear-gradient(90deg, var(--ul-dark-blue) 20%, var(--transparent));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 70vh;
  margin-left: 2rem;
  margin-right: 2rem;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-32 {
  z-index: 3;
  opacity: 1;
  color: var(--white);
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843));
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-card-topic {
  font-family: Moderat Mono, Arial, sans-serif;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, 0.0392156863);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw -5vw auto;
}

.team-tab-wrapper {
  position: relative;
}

.team-tab-wrapper.tab-wrapper {
  background-color: var(--transparent);
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.v-tabs {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.v-tab_menu {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.v-tab_content {
  flex: 1;
  width: 70%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.v-tab_link {
  border-top: 0.5px solid var(--ul-dark-blue);
  background-color: var(--transparent);
  opacity: 0.4;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.v-tab_link.w--current {
  background-color: var(--transparent);
  opacity: 100;
}

.v-tab_link.bottom {
  border-bottom: 0.5px solid var(--ul-dark-blue);
}

.v-tab_pane {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-bio-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}

.arrow {
  border: 1px solid var(--ul-blue);
  background-color: var(--white);
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 49px -75px auto;
}

.arrow.tab_previous {
  border-top: 1px solid var(--ul-blue);
  border-right: 1px solid var(--ul-blue);
  border-bottom: 1px solid var(--ul-blue);
  background-color: var(--transparent);
  border-radius: 0 100em 100em 0;
  text-decoration: none;
  position: absolute;
  inset: auto 0% -96px auto;
}

.arrow.tab_previous.partnerships {
  border-radius: 100em 0 0 100em;
  right: 50px;
}

.arrow.tab_previous.rx {
  border-radius: 100em 0 0 100em;
  right: 49px;
}

.arrow.tab_next {
  border: 1px solid var(--ul-blue);
  background-color: var(--transparent);
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
  text-decoration: none;
  position: absolute;
  inset: auto 49px -96px auto;
}

.arrow.tab_next.partnerships, .arrow.tab_next.rx {
  border-radius: 0 100em 100em 0;
  right: 0;
}

.tab-team-name {
  font-size: 1.75rem;
  line-height: 1.3;
}

.tab-team-role {
  color: var(--ul-blue);
  text-transform: uppercase;
  font-size: 1rem;
}

.team-bio-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 60vh;
}

.team-bio-wrapper.modal-grid {
  grid-template-rows: minmax(auto, 60vh);
  grid-template-columns: 50% 25% 25%;
  position: relative;
}

.team-bio-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-bio-quote-wrapper {
  background-color: var(--ul-blue);
  color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.team-bio-quote-wrapper.white {
  background-color: var(--light-grey);
  color: var(--ul-dark-blue);
  position: relative;
  overflow: scroll;
}

.quote {
  font-size: 1.5rem;
  line-height: 1.3;
}

.stat-wrapper {
  background-color: var(--mid-grey);
  border-radius: 20px;
  height: 50%;
  padding: 20px;
}

.stat-wrapper._100p {
  background-color: var(--light-grey);
  height: 100%;
}

.team-bio-stats-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.stat-subheader {
  color: #a1a1a1;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
}

.text-block-6 {
  color: var(--ul-blue);
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1.125rem;
}

.item1 {
  height: 100%;
  min-height: 90vh;
}

.modal-equipment-wrapper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.modal-equipment-wrapper._2 {
  background-image: none;
  justify-content: flex-end;
  align-items: flex-start;
}

.modal-equipment-wrapper._3 {
  background-image: none;
}

.modal-equipment-content {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.accordion_item {
  width: 100%;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.accordion_arrow {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.accordion_description-wrapper {
  z-index: 2;
  background-color: rgba(33, 34, 44, 0.0509803922);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 500px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.div-block-40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1.25rem;
  display: flex;
}

.resources-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.link {
  color: var(--ul-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
}

.link.float-right {
  float: right;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-block-41 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-42 {
  margin-bottom: 2rem;
}

.container-large {
  max-width: 1200px;
  padding: 12vh 2rem;
}

.container-large.short {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.container-large.no-v-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-44 {
  width: 100%;
  margin-left: 10%;
}

.div-block-44.no-margin-left {
  margin-left: 0%;
}

.item2, .item3 {
  height: 100%;
  min-height: 90vh;
}

.modal-equipment-img {
  flex: 0 auto;
  width: 75%;
  margin-left: 0%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.modal-equipment-img.reverse {
  justify-content: center;
  align-items: center;
  width: 56%;
  display: flex;
  inset: auto auto auto -6%;
}

.modal-equipment-img._3 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  top: 0%;
  bottom: 0%;
  right: -8%;
}

.div-block-46 {
  margin-top: 1rem;
}

.team-slider-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
  margin-right: -33px;
}

.team-slide-wrapper {
  width: 31%;
  height: 100%;
  margin-left: 1%;
  margin-right: 0;
}

.team-block {
  background-color: var(--light-grey);
  color: var(--ul-dark-blue);
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.team-member-image-two {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
}

.team-member-image-two.news {
  min-height: 300px;
  max-height: 300px;
}

.team-block-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 220px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-block-info.team {
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  position: relative;
}

.team-block-info.news {
  height: 100%;
  min-height: 0;
}

.team-member-text {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.team-slider-arrow {
  border: 1px solid var(--ul-blue);
  color: var(--ul-blue);
  width: 50px;
  height: 40px;
  display: block;
  position: absolute;
  inset: -100px 0% auto auto;
}

.team-slider-arrow._2 {
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
  right: 50px;
}

.team-slider-arrow._1 {
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
  right: 99px;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.news-topic {
  background-color: #e5e5e5;
  border-radius: 100em;
  padding: 0.5rem 1rem;
}

.news-topic.inline {
  margin: 2px;
  display: inline-block;
}

.news-date {
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}

.news-details-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.news-cards-content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.news-button {
  background-color: var(--ul-blue);
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.image-wrapper {
  max-height: 220px;
  margin-bottom: 18px;
  overflow: hidden;
}

.image-wrapper.team {
  max-height: 250px;
}

.image-wrapper.news {
  height: 100%;
  max-height: 300px;
}

.news-topic-text {
  font-size: 0.875rem;
}

.div-block-47 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mission-img {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/B0001756.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 15vh;
  display: flex;
  position: relative;
}

.mission-img._2 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/nature_1.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  overflow: hidden;
}

.mission-img._3 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/Screenshot-2025-07-24-at-5.14.29-PM_1.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.mission-img._4 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/field_1.webp");
  height: 120vh;
}

.mission-img._5 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/street_1.webp");
  height: 50vh;
  overflow: hidden;
}

.mission-img._6 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/solarfield_1.webp");
  height: 50vh;
  overflow: hidden;
}

.mission-img.bottom1 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/B0001756.jpg");
}

.mission-img.bottom2 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.5019607843), rgba(33, 34, 44, 0.5019607843)), url("../images/future-2.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  overflow: hidden;
}

.mission-img.bottom3 {
  background-image: linear-gradient(rgba(33, 34, 44, 0.2), rgba(33, 34, 44, 0.2)), url("../images/future-3.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

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

.h-uppercase {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
}

.icon-arrow {
  color: var(--ul-blue);
  font-size: 20px;
}

.align-center-section {
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.align-center-section.why-matters {
  color: var(--white);
  background-image: linear-gradient(rgba(33, 34, 44, 0.8), rgba(33, 34, 44, 0.8)), url("../images/research-project-hero_1.webp");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 22vh;
  padding-bottom: 22vh;
}

.align-center-section._100vh {
  min-height: 100vh;
}

._66p {
  width: 66%;
}

._66p.border-radius {
  border-radius: 20px;
  flex: 1;
  height: 100%;
  overflow: hidden;
}

._33p {
  flex: 0 auto;
  width: 33%;
  height: auto;
}

._33p.img-bg {
  background-image: url("../images/01_00016.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.research-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.research-info-wrapper.bg-color-lightgrey {
  background-color: var(--light-grey);
}

.research-info-wrapper.bg-color-grey {
  background-color: #e7ecf0;
}

.div-block-50 {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-51 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(33, 34, 44, 0.8));
  position: absolute;
  inset: 0%;
}

._3d-hover-img-wrapper {
  max-height: 150px;
}

._3d-hover-img {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  max-height: 200px;
}

._3d-hover-link {
  color: var(--ul-blue);
  font-size: 1rem;
  line-height: 1rem;
}

.modal-close-btn {
  z-index: 4;
  background-color: var(--ul-blue);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: sticky;
  top: 20px;
  right: 20px;
}

.modal-close-btn.lab {
  background-color: rgba(255, 255, 255, 0.7019607843);
  justify-content: space-between;
  width: 200px;
  padding-left: 20px;
  text-decoration: none;
}

.country {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
}

.address {
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.3;
}

._75 {
  width: 75%;
}

.image-lab {
  width: 100%;
  max-width: 80%;
}

.lightbox-text {
  font-size: 1rem;
}

.research-card-overlay {
  z-index: 0;
  background-color: #0e34dd;
  position: absolute;
  inset: 0%;
}

.card-linear-grad._1 {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--ul-dark-blue), var(--transparent));
  position: absolute;
  inset: 0%;
}

.card-linear-grad._2 {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--ul-dark-blue), var(--transparent));
  position: absolute;
  inset: 0%;
}

.copyright {
  opacity: 0.5;
  font-size: 0.75rem;
}

.div-block-53 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-link {
  background-color: var(--light-grey);
  color: var(--ul-dark-blue);
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
}

.div-block-55 {
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 20px;
  display: flex;
}

.div-block-55.bottom {
  height: 40%;
}

.div-block-56 {
  height: 39%;
  position: relative;
  overflow: hidden;
}

.div-block-56.top {
  height: 55%;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-block-57 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-58 {
  width: 50%;
}

.lightbox-link, .image-9 {
  width: 100%;
  height: 100%;
}

.resources-img {
  max-height: 200px;
}

.lottie-title {
  width: 120px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.lab-dots {
  height: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.lab-dots.reverse {
  transform: rotate(180deg);
}

.div-block-59 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-59.reverse {
  justify-content: flex-end;
  align-items: center;
}

.margin-left {
  margin-left: 10%;
}

.image-10 {
  width: 100%;
  max-width: 800px;
}

.background-video-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-video-wrapper {
  position: absolute;
  inset: 0%;
}

.hero-gradient {
  z-index: 1;
  background-image: url("../images/circles_.png"), linear-gradient(rgba(33, 34, 44, 0.6) 33%, rgba(23, 58, 245, 0.5019607843));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30%, auto;
  position: absolute;
  inset: 0%;
}

.div-block-63 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-7 {
  color: #746f6f;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
}

.view-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  font-weight: 400;
}

._100p {
  width: 100%;
}

.rx-project-sub {
  opacity: 1;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1.25rem;
}

.rx-project-topics-wrapper {
  background-color: #fafafa;
  border-radius: 20px;
  width: 30%;
  padding: 2rem;
}

.rx-project-topic-text {
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1rem;
}

.div-block-64 {
  flex-flow: wrap;
  display: inline-flex;
}

.rx-topics-header {
  color: var(--ul-blue);
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.author-img {
  border-radius: 100em;
  width: 100%;
}

.bold-blue {
  color: var(--ul-blue);
  font-weight: 500;
}

.lottie-animation {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lottie-animation._2 {
  position: static;
}

.div-block-70 {
  display: flex;
  position: absolute;
  inset: 0.25rem auto auto 1.5rem;
}

.mask-2 {
  width: 100%;
  max-width: 360px;
  right: 0;
  overflow: visible;
}

.fancy-slide {
  background-color: var(--ul-dark-blue);
  color: var(--white);
  border-radius: 20px;
  width: 100%;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding: 0;
  overflow: hidden;
}

.fancy-slider {
  background-color: var(--transparent);
  height: 50vh;
  margin-top: -15%;
  margin-left: 25vw;
}

.section-4 {
  padding-top: 12vh;
  padding-bottom: 12vh;
  overflow: hidden;
}

.icon-2, .icon-3 {
  color: var(--ul-dark-blue);
}

.fancy-slide-wrapper {
  z-index: 1;
  border: 1px solid var(--ul-blue);
  color: var(--white);
  background-image: url("../images/capturing-carbon-from_1.webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.fancy-slide-wrapper._1 {
  color: var(--white);
  background-position: 50%;
  text-decoration: none;
}

.fancy-slide-wrapper._2 {
  background-image: url("../images/Layer-6_1.webp");
  background-position: 0 0;
  background-size: cover;
}

.fancy-slide-wrapper._3 {
  background-image: url("../images/Layer-7.webp");
  background-position: 50%;
}

.fancy-slide-wrapper._4 {
  background-image: url("../images/Layer-8.avif");
}

.fancy-slide-wrapper._5 {
  background-image: url("../images/battery_1.webp");
  background-position: 0%;
  background-repeat: no-repeat;
}

.fancy-slide-wrapper._6 {
  background-image: url("../images/energy2_1.webp");
  background-position: 0%;
}

.fancy-slide-wrapper._7 {
  background-image: url("../images/thermoelectric_1.webp");
  background-position: 40%;
  background-repeat: no-repeat;
}

.fancy-slide-wrapper._8 {
  background-image: url("../images/catalysts.webp");
  background-position: 50%;
  background-repeat: no-repeat;
}

.fancy-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--ul-dark-blue), var(--transparent));
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.fancy-card-arrow {
  z-index: 50;
  background-color: var(--ul-blue);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.div-block-71 {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fancy-slider-arrow {
  border: 1px solid var(--ul-blue);
  width: 50px;
  height: 40px;
}

.fancy-slider-arrow.left {
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
  margin: 52vh 0 0 auto;
  bottom: -60vh;
  left: auto;
  right: 99px;
}

.fancy-slider-arrow.right {
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
  margin-top: 52vh;
  right: 50px;
}

.fancy-tabslide-wrapper {
  margin-top: 19vh;
  display: flex;
}

.fancy-tabslide-tab-wrapper {
  flex-flow: column;
  width: 30%;
  height: 100%;
  max-height: 50vh;
  display: flex;
}

.fancy-tabslide-slide-wrapper {
  width: 70%;
  margin-left: 1rem;
  display: flex;
}

.fancy-tabslide-tab {
  color: var(--ul-dark-blue);
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  max-height: 16.6vh;
  padding-top: 1rem;
  padding-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.fancy-tabslide-tab.person1 {
  border-top: 1px solid #000;
}

.fancy-tabslide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 0.25fr;
  width: 100%;
  min-width: 99%;
  height: 100%;
  max-height: 50vh;
}

.fancy-tabslide-grid.person1 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  position: relative;
}

.fancy-tabslide-grid.person2, .fancy-tabslide-grid.person3 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.div-block-73 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fancy-tabslide-arrow {
  border: 1px solid var(--ul-blue);
  width: 50px;
  height: 40px;
}

.div-block-75 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.tabslide-track {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.author-name {
  color: var(--ul-blue);
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1.125rem;
}

.text-block-9 {
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1rem;
}

.div-block-76 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-right: 1rem;
  display: flex;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-5 {
  grid-template-columns: 0.5fr 1fr;
}

.author-social {
  padding: 5px;
}

.fixed-footer-wrapper {
  z-index: 0;
  background-image: linear-gradient(rgba(23, 58, 245, 0.6), rgba(23, 58, 245, 0.6)), url("../images/cirlces-2.svg");
  background-position: 0 0, 150% 250%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
  height: 100%;
  min-height: 110vh;
  padding-top: 3%;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block-80 {
  z-index: 1;
  position: relative;
}

.fade-in-footer-4.socials {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-hide.subheader {
  margin-bottom: 1.5rem;
}

.overflow-hide.socials {
  width: 100%;
}

.fade-in-footer-5 {
  height: 1.6rem;
}

.fade-in-footer-6, .fade-in-footer-7 {
  height: 1.4rem;
}

.fade-in-footer-10 {
  margin-bottom: 2rem;
}

.link-2 {
  opacity: 0.5;
  color: var(--white);
  font-size: 0.75rem;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-style-h4 {
  margin-top: 0;
  font-size: 2rem;
}

.text-style-h4.bigger {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
}

.modal {
  z-index: 99999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.modal._1 {
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-81 {
  background-color: var(--ul-blue);
  width: 100%;
  height: 100%;
}

.section-5 {
  position: relative;
}

.close {
  z-index: 3;
  background-color: var(--ul-blue);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lab-controls-wrapper {
  z-index: 220;
  border: 10px solid var(--mid-grey);
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.slider-custom-style {
  display: none;
}

.testimonial-navigations-slider-wrapper {
  flex: 0 auto;
  width: 33%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.testimonial-sliders-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  margin-top: 12vh;
  margin-bottom: 12vh;
  display: flex;
}

.testimonial-navigations-slider-wrapper-overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, var(--light-grey));
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  inset: 0%;
}

.testimonial-navigations-slider-wrapper-overlay.grey {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, var(--light-grey));
}

.testimonial-navigations-slider-wrapper-overlay.white {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, var(--white));
}

.splide__list {
  overflow: hidden;
}

.pagination-progressbar-gradient {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0;
  height: 0;
  position: fixed;
}

.testimonial-pagination-card-header {
  border-radius: 50rem;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
}

.testimonial-pagination-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--mid-grey);
  background-color: var(--transparent);
  text-align: left;
  isolation: isolate;
  align-items: center;
  width: 100%;
  padding: 1.875rem;
  transition-property: box-shadow, background-color, border-color;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-timing-function: linear, ease, ease;
  display: flex;
  position: relative;
}

.testimonial-pagination-card-header-background {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-content-slider-wrapper {
  flex: 1;
  min-width: 0;
  max-width: 66.66%;
}

.testimonial-pagination-card-shadow {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.testimonial-pagination-progressbar {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.splide.tinyflow-navigations-slider {
  overflow: visible clip;
}

.collection-wrap {
  margin-top: 1rem;
}

.hover-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-cards-wrapper {
  margin-top: -10%;
}

.hover-cards-wrapper.no-margin-top {
  margin-top: 0%;
}

.hover-cards-wrap {
  margin-top: 1rem;
}

.hover-item-link {
  width: 100%;
  min-width: 28vw;
  height: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-team-bio {
  background-color: var(--transparent);
}

.modal-header-container {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 75%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-header-wrapper {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  padding: 1rem 2rem 2rem;
  position: relative;
}

.modal-image-bg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 150%;
  max-width: none;
  height: 130%;
}

.modal-image-bg-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3d-modal-container {
  background-color: var(--light-grey);
  border-radius: 20px;
  max-width: 90vw;
  height: 100%;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-bio-script {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.explore-hint {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--ul-blue);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: static;
  bottom: 20px;
  left: 0;
  right: 0;
}

.scroll-icon {
  border: 1px solid var(--ul-blue);
  border-radius: 25px;
  width: 30px;
  height: 50px;
  position: relative;
}

.scroll-dot {
  background-color: var(--ul-blue);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.image-12 {
  width: 100%;
}

.text-block-10 {
  color: #8f8989;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
}

.div-block-84 {
  background-color: var(--ul-blue);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.modal-subheader {
  text-align: center;
  max-width: 1000px;
  margin: 2rem auto 0;
}

.lab-modals {
  width: 100%;
}

.lab-helper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #888;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Moderat Mono, Arial, sans-serif;
  display: inline-flex;
  position: absolute;
  inset: auto 5% 8% auto;
}

.dot-wrapper-helper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.dot-wrapper-helper.synthesis {
  position: absolute;
  top: 25.4vh;
  left: 71.5vh;
}

.dot-wrapper-helper.automation {
  position: absolute;
  top: 25vh;
  left: 10vh;
}

.dot-wrapper-helper.oven {
  cursor: pointer;
  position: absolute;
  top: 25vh;
  left: 43vh;
}

.dot-wrapper-helper.synthesis-2 {
  position: absolute;
  top: 41.9vh;
  left: 10vh;
}

.dot-wrapper-helper.characterization {
  position: absolute;
  top: 40vh;
  left: 42vh;
}

.dot-wrapper-helper.gas-absorption {
  position: absolute;
  top: 40vh;
  left: 71vh;
}

.research-info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.research-info-container.bg-color-lightgrey {
  background-color: var(--light-grey);
}

.research-info-container.bg-color-grey {
  background-color: #e7ecf0;
}

.lab-spline-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.dot-wrapper-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.dot-wrapper-2.experimentation-a {
  z-index: 100;
  position: absolute;
  top: 40vh;
  left: 21.7vw;
}

.toggle-labels {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.toggle-labels.flex-h {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.lab-spline-1 {
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 70vh;
  position: relative;
}

.lab-spline-1._75p {
  margin: auto;
}

.lab-spline-1._80p {
  width: 70%;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

._3d-hover-card-2 {
  z-index: 3;
  color: #21222c;
  background-color: #fff;
  border-radius: 20px;
  width: 25vw;
  max-width: 300px;
  min-height: 100px;
  display: none;
  position: absolute;
  inset: -15% auto auto 55px;
  overflow: hidden;
}

._3d-hover-card-2.experimentation-a {
  color: #21222c;
  width: 30vw;
  max-width: 340px;
  text-decoration: none;
  display: none;
}

.data-lines-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.model-details-btn-2 {
  color: #21222c;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.lab-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 20px auto;
  display: flex;
  position: relative;
}

.lab-controls-wrapper-2 {
  z-index: 500;
  background-color: #fff;
  border: 10px solid #e8e8e8;
  border-radius: 20px;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.toggle-swicth {
  background-color: #1629f6;
  border-radius: 25px;
  width: 50%;
  height: 100%;
  position: relative;
}

.toggle-swicth.small {
  z-index: 2;
  background-color: #1629f6;
  width: 30px;
  height: 30px;
  transform: translate(100%);
}

.spline-container {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 2240px;
  height: 100%;
  max-height: 750px;
  display: flex;
  position: relative;
}

.hotspot-controls {
  z-index: 10;
  background-color: #e3e7ee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.lab-toggle {
  background-color: #f2f3f5;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  padding: 7px;
  position: relative;
}

.lab-toggle.small {
  cursor: pointer;
  width: 77px;
  height: auto;
  padding: 7px;
}

.spline-holder {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spline-holder.home {
  color: var(--ul-dark-blue);
  height: auto;
  min-height: 70vh;
  position: relative;
}

.spline-holder.mission {
  z-index: 2;
  background-color: var(--light-grey);
  color: var(--ul-dark-blue);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.flex-v {
  flex-flow: column;
  display: flex;
}

.flex-v.align-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
}

.instruction-heading {
  opacity: 0.5;
  pointer-events: none;
  color: #304255;
  border-radius: 2rem;
  padding: 0.25rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}

._3d-hover-link-2 {
  color: #173af5;
  font-size: 1rem;
  line-height: 1rem;
}

.instructions {
  z-index: 1;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 15%;
}

.instructions.hide {
  display: none;
}

.hover-controls {
  z-index: 220;
  background-color: #e3e7ee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.icon-4.xsmall {
  width: 1rem;
  height: 1rem;
}

.label {
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 0.7rem;
  position: relative;
}

.label.focus {
  color: #fff;
}

.label.disabled {
  color: #a1a1a1;
}

.label.data {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.explore-lab {
  z-index: 200;
  opacity: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.toggle-label {
  z-index: 1;
  color: #a2a1a1;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 0.7rem;
  position: absolute;
  inset: 25% auto 25% 15px;
}

.toggle-label.off {
  z-index: 1;
  left: auto;
  right: 15px;
}

.explore-lab-btn {
  z-index: 100;
  border: 1px solid var(--mid-grey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(241, 243, 245, 0.0117647059);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.text-block-11 {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
}

.div-block-87 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mobile-3d-modal-container {
  display: none;
}

.accordion_list-wrapper {
  padding-left: 0;
  list-style-type: none;
}

.accordion_item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.accordion_item-2 {
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden;
}

.accordion_title-wrapper-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion_title-2 {
  font-size: 1.125rem;
  font-weight: 500;
}

.accordion_description-wrapper-2 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.accordion_description {
  margin-top: 1rem;
}

.hint-dot {
  width: 3rem;
  margin-left: -5px;
  margin-right: -5px;
}

.hint-text {
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 0.75rem;
}

.mdri-button-trl {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100em;
  padding: 2px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.mdri-button-trl:hover {
  box-shadow: inset 1px 1px 1px 0.5px #264be1, inset -1px -1px 1px 0.5px #3d91db;
}

.mdri-button-trl.submit {
  padding: 15px 30px;
}

.mdri-button-trl.solid {
  border: 1px solid var(--white);
  background-color: var(--ul-blue);
  box-shadow: none;
  color: var(--white);
}

.mdri-button-trl.trl {
  box-shadow: inset -1px -1px 2px 1px #264be1, inset 1px 1px 2px 1px #e3ecf3;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-indicator {
  z-index: 25;
  background-color: var(--hit-state);
  width: 40%;
  max-width: 250px;
  height: 4px;
  position: relative;
}

.prloader-fill {
  background-color: var(--white);
  color: var(--white);
  width: 20%;
  height: 100%;
}

.preloader-top {
  background-color: var(--ul-blue);
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-top.bg-color-dark {
  background-color: var(--ul-dark-blue);
}

.preloader-bottom {
  background-color: var(--ul-blue);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.preloader-bottom.bg-color-dark {
  background-color: var(--ul-dark-blue);
}

.preloader-logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding-bottom: 2rem;
  display: flex;
}

.preloader-logo-container.blue-bg {
  background-color: var(--ul-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 4rem;
  display: flex;
}

.preloader-logo {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.ths15-menu-icon {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vh;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 1vh 0% auto;
}

.ths15-menu-icon-bar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths15-menu-icon-bar-top {
  background-color: #0d1014;
  width: 5vh;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ths15-menu-icon-bar-top-hover {
  background-color: #0046fe;
  width: 5vh;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  inset: 0% auto auto -70px;
}

.ths15-menu-icon-bar-bottom {
  background-color: #0d1014;
  width: 5vh;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ths15-menu-icon-bar-bottom-hover {
  background-color: #0046fe;
  width: 5vh;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  inset: auto -70px 0% auto;
}

.menu-label {
  color: rgba(14, 27, 40, 0.4);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 15%;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mobby-logo {
  flex: none;
  max-width: 240px;
  height: 55px;
}

.menu-video-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -50%;
  transform: rotate(0);
}

.th15-menu-bottom {
  height: auto;
  padding: 40px 100px;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  padding: 0 2rem;
  display: grid;
}

.tab-bottom-wrapper {
  width: 100%;
  overflow: hidden;
}

.ths15-menu-link-small {
  color: #606680;
  border-bottom-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color 0.25s;
}

.ths15-menu-link-small:hover {
  color: #0046fe;
}

.ths15-menu-link-small.coming-soon {
  opacity: 0.5;
  display: none;
}

.ths15-menu-block-overlay {
  z-index: 9;
  background-color: var(--ul-blue);
  color: var(--ul-blue);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.mainmenu {
  position: fixed;
  top: -100%;
}

.tab-bottom-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem;
  display: grid;
}

.tab-icon-image {
  width: 1.5rem;
}

.mobby-brand {
  object-fit: contain;
  border-bottom-style: none;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.tab-item-padding-menu {
  cursor: pointer;
  padding: 1rem 0;
}

.heading-2-menu {
  margin-bottom: 0.7rem;
  font-size: 2rem;
  font-weight: 500;
}

.ths15-menu-inner-block {
  border-bottom: 1px rgba(22, 26, 20, 0.2);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 70%;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 20px;
  display: flex;
}

.ths15-menu {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tab-icon {
  border: 1px solid #e3eef3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: flex;
}

.ths15-menu-social-icon {
  width: 20px;
}

.ths15-menu-links-block-left {
  flex-direction: column;
  align-items: flex-start;
  width: 66%;
  display: flex;
}

.ths15-menu-links-block-left.hide {
  display: none;
}

.menu-nav-list {
  border-top: 1px #e4eff3;
}

.ths15-menu-block-leftside {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-small-menu {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-item.menu-no-border {
  border: 1px #000;
}

.ths15-menu-close-icon {
  cursor: pointer;
  background-color: #0046fe;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100px;
  height: 100px;
  padding-bottom: 40px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  inset: -20px -20px auto auto;
}

.ths15-menu-links-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ths15-menu-links-block.ths15-margin-top {
  margin-top: 15%;
  margin-left: 20px;
}

.ths15-menu-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths15-menu-contact-info {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ths15-menu-social-links-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths15-menu-image-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ths15-menu-block-rightside {
  background-color: #000728;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths15-menu-image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.ths15-menu-social-link {
  background-color: var(--light-grey);
  opacity: 0.75;
  color: #161a14;
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: opacity 0.25s;
  display: flex;
}

.ths15-menu-social-link:hover {
  opacity: 1;
  color: #ff3f34;
}

.ths15-menu-links-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ths15-menu-contact-link {
  opacity: 0.75;
  border-bottom-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.25s;
  display: block;
}

.ths15-menu-contact-link:hover {
  opacity: 1;
  color: var(--ul-dark-blue);
  -webkit-text-stroke-color: #00e7ef;
}

.ths15-menu-contact-block {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 4rem;
  display: flex;
}

.ths15-menu-close-icon-bar {
  background-color: #fff;
  width: 35px;
  height: 2px;
  transform: rotate(45deg);
}

.ths15-menu-close-icon-bar.ths15-second {
  position: absolute;
  transform: rotate(-45deg);
}

.contact-form-wrapper-menu {
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-lottie-circles-container {
  width: 50%;
  position: absolute;
  inset: -300px auto auto -25%;
}

.social-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.no-overflow {
  min-height: 100dvh;
  overflow-y: visible;
}

.mission-wrap {
  position: relative;
}

.mission-trigger {
  height: 300vh;
}

.mission-track {
  z-index: 30;
  height: 300vh;
  position: absolute;
  inset: 0%;
}

.mission-element {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.image-flip-wrapper {
  z-index: 0;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.mission-img-flip {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.mission-img-flip._1, .mission-img-flip._2, .mission-img-flip._3 {
  z-index: 1;
}

.mission-img-gradient {
  z-index: 7;
  background-image: linear-gradient(180deg, rgba(20, 56, 220, 0.3215686275) 38%, var(--ul-blue)), linear-gradient(to bottom, rgba(23, 58, 245, 0.3215686275), rgba(23, 58, 245, 0.3215686275));
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.mission-image-flip-wrapper {
  z-index: 1;
  position: sticky;
  inset: 0%;
}

.blue-hard-light {
  background-image: linear-gradient(180deg, rgba(23, 58, 245, 0.6) 38%, var(--ul-blue));
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.overlay-wrapper {
  position: absolute;
  inset: 0%;
}

.reveal-wrap {
  position: relative;
}

.reveal-wrap.bg-color-white {
  background-color: var(--white);
}

.reveal-trigger {
  height: 600vh;
}

.reveal-track {
  position: absolute;
  inset: 0%;
}

.reveal-element {
  height: 100vh;
  position: sticky;
  top: 0%;
}

.reveal-content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reveal-content.bg-color-white {
  background-color: var(--white);
}

.reveal-content._2 {
  z-index: 30;
}

.reveal-bg {
  z-index: 2;
  background-color: var(--ul-dark-blue);
  opacity: 0.75;
  position: absolute;
  inset: 0%;
}

.reveal-bg._w-img {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--ul-dark-blue), rgba(255, 255, 255, 0)), url("../images/shutterstock_1291101184.webp");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.reveal-bg.white {
  background-color: var(--white);
}

.lottie-animation-3 {
  width: auto;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.reveal-content-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reveal-content-2.bg-color-white {
  background-color: var(--white);
}

.example-subheader-2 {
  color: #bce4f7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Moderat Mono, Arial, sans-serif;
  font-size: 1.25rem;
}

.text-style-h6-2 {
  color: #173af5;
  text-transform: uppercase;
  font-size: 1rem;
}

.text-style-h6-2.text-color-white {
  color: #fff;
}

.wrapper-2 {
  background-image: linear-gradient(rgba(23, 58, 245, 0.3215686275), rgba(23, 58, 245, 0.3215686275)), linear-gradient(rgba(20, 56, 220, 0.3215686275) 38%, #173af5), url("../images/360_F_842137506_qufxoTysZi0qMHEBMdZq14CSSxcxhMGX.jpg");
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
  top: 0;
}

.wrapper-2.consequences {
  background-image: linear-gradient(#173af5, rgba(24, 49, 165, 0.7019607843) 31%, rgba(30, 38, 79, 0.6901960784) 80%, #21222c), url("../images/statue_1.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  top: 0;
}

.wrapper-2.consequences.bottom {
  background-image: linear-gradient(0deg, #fff, rgba(30, 38, 79, 0.631372549) 36%, #21222c), url("../images/mountains.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 20em;
}

.section-cards-2 {
  background-color: #173af5;
  width: 100%;
  height: auto;
  position: relative;
}

.code-embed-3 {
  display: none;
}

.color-blend-blue-2 {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: color;
  background-color: #173af5;
  position: absolute;
  inset: 0%;
}

.color-blend-blue-2.consequences {
  z-index: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.section--example-2 {
  color: #fff;
  background-color: #173af5;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section--example-2.consequences {
  background-color: #21222c;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-92 {
  position: relative;
}

.div-block-93 {
  height: 300vh;
}

.div-block-94 {
  z-index: 99999;
  background-color: #e70000;
  height: 100vh;
  position: sticky;
}

.div-block-95 {
  height: 300vh;
  position: absolute;
}

.video-content-2 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.code_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 24rem;
  padding: 1.5rem;
  display: flex;
}

.section_code {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100dvh;
  margin-top: -100dvh;
  padding-bottom: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.video-wrapper-2 {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0;
}

.text-content {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: fixed;
  bottom: 4rem;
  left: 4rem;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 50vw;
  font-size: 1rem;
}

.video-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vid-text._2, .vid-text._5, .vid-text._8 {
  margin-top: -3.157rem;
  margin-bottom: -3.157rem;
}

.lottie-wrapper {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.lottie-player {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.div-block-97 {
  height: 140vh;
}

.div-block-98 {
  position: sticky;
  top: 0;
}

.div-block-99 {
  background-color: var(--ul-dark-blue);
  background-image: linear-gradient(180deg, var(--ul-blue), rgba(24, 49, 165, 0.7019607843) 31%, rgba(30, 38, 79, 0.6901960784) 80%, #272631), url("../images/statue_1.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.lottie-animation-4 {
  height: 100%;
  margin-right: -5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.news-header {
  margin-bottom: 30px;
  font-size: 2rem;
}

.news-header.bigger {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
}

.news-content {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-100 {
  height: 100%;
}

.div-block-101 {
  z-index: 140;
  background-color: rgba(33, 34, 44, 0.2509803922);
  background-image: linear-gradient(90deg, rgba(33, 34, 44, 0.7490196078), rgba(33, 34, 44, 0));
  position: absolute;
  inset: 0%;
}

.div-block-102 {
  opacity: 1;
  position: sticky;
  top: 0;
}

.card-item-content-p {
  background-color: rgba(22, 24, 27, 0.8);
  padding: 30px;
}

.flex-h-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-h-3.bl {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.underline {
  border-bottom: 1px solid #f7f9fb;
  flex: 1;
  width: 100%;
  height: 2px;
}

.section-cards-3 {
  width: 100%;
  height: auto;
  position: relative;
}

.card-item_number {
  font-family: Ulmoderatweb, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.flex-v-2 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.flex-v-2.card-item_grid {
  grid-column-gap: 16px;
  grid-row-gap: 15vh;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start;
  height: 90vh;
  display: grid;
}

.link-light {
  color: #bce4f7;
}

.card-item-image-2 {
  opacity: 0.7;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-item_header {
  margin-bottom: 2rem;
}

.card-item-2 {
  color: #f7f9fb;
  background-color: #16181b;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.video-sticky {
  position: sticky;
  top: 0;
}

.video-sticky.bg-white-gradient {
  background-image: linear-gradient(0deg, var(--ul-blue), var(--white) 23%);
}

.max-width {
  max-width: 750px;
}

.max-width.auto-margin {
  margin-left: auto;
  margin-right: auto;
}

.publish-date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  height: 200vh;
}

.sticky-track {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.div-block-104 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-105 {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lottie-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lottie-content._1 {
  position: sticky;
  top: 0;
}

.mission-scrub-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
}

.mission-scrub-text._1 {
  text-align: right;
}

.mission-scrub-text._3 {
  text-align: center;
}

.reveal-3d-text {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
  text-align: center;
  flex-flow: column;
  max-width: 1000px;
  margin: 2rem auto;
  display: flex;
}

.reveal-3d-text.margin-top {
  margin-top: 4rem;
}

.reveal-3d-text.margin-top-xl {
  margin-top: 8rem;
}

.reveal-3d-text.margin-top-xl.relative {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reveal-3d-text.relative {
  z-index: 10;
  flex-flow: column;
  position: relative;
}

.reveal-3d-text.margin-bottom {
  margin-bottom: 6rem;
}

.reveal-3d-text.text-align-left {
  text-align: left;
  position: static;
}

.reveal-3d-text.text-align-left.sticky {
  width: 100%;
}

.reveal-3d-text.max-width {
  max-width: 750px;
}

.reveal-3d-text.max-width.smaller {
  max-width: 600px;
}

.reveal-3d-text.sticky {
  z-index: 10;
  position: sticky;
  top: 25%;
}

.reveal-3d-text.sticky.max-wdith {
  max-width: 750px;
}

.reveal-3d-text.sticky._35-top {
  top: 35%;
}

.reveal-3d-text.absolute {
  position: absolute;
}

.reveal-3d-content {
  z-index: 20;
  grid-column-gap: 45vh;
  grid-row-gap: 45vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reveal-3d-content.bg-color-white {
  background-color: var(--white);
}

.reveal-3d-content._2 {
  z-index: 30;
}

.reveal-3d-content.events-none {
  pointer-events: none;
}

.div-block-106 {
  z-index: 2;
  background-color: rgba(33, 34, 44, 0.3019607843);
  position: absolute;
  inset: 0%;
}

.div-block-106.blue {
  z-index: 3;
  background-color: rgba(23, 58, 245, 0.3019607843);
}

.section-image-flip {
  background-color: var(--ul-blue);
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section-image-flip.is-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-image-flip.consequences {
  background-color: var(--ul-dark-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.section-image-flip.new-era {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  padding-top: 8em;
  padding-bottom: 0;
}

.section-image-flip.research-areas {
  background-color: var(--white);
  color: var(--ul-dark-blue);
}

.section-image-flip.collaboration {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-image-flip.team {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  overflow: hidden;
}

.section-image-flip.mission {
  padding-top: 0;
  padding-bottom: 100vh;
}

.section-image-flip.is-2 {
  color: var(--ul-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.white-hard-light {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5019607843) 20%, var(--white));
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.preloader-header {
  color: var(--white);
}

.animation {
  width: 60px;
  height: 60px;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-wrap {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -0.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph {
  color: #445567;
  letter-spacing: -0.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.highlight {
  color: #784fe0;
}

.solution__wrapper {
  color: var(--ul-dark-blue);
  border-bottom: 0.0625rem solid #c4c4c3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40vh;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.solution__wrapper:hover {
  color: var(--ul-blue);
}

.solution__animation-wrapper {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.solution__animation {
  max-width: 600px;
}

.solution__header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-wrapper-2 {
  z-index: 1;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 33vh;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.heading-jumbo {
  text-transform: none;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo.home-heading {
  letter-spacing: -0.125rem;
  -webkit-text-fill-color: transparent;
  background-image: url("../images/Mesh-28.jpg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  width: 50%;
  font-size: 100px;
}

.heading-jumbo.home-heading.science {
  -webkit-text-fill-color: transparent;
  background-image: url("../images/Mesh-36.jpg");
  background-position: 0 0;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 0.025rem;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

.collage-section {
  background-color: var(--white);
  color: var(--ul-dark-blue);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradient {
  z-index: 2;
  background-image: linear-gradient(86deg, var(--white) 25%, rgba(71, 0, 187, 0));
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #7903fd;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #7903fd;
  border-radius: 3em;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
}

.button-2:hover {
  color: #fff;
  background-color: #7903fd;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-jumbo-button {
  flex: none;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  inset: auto 0% 25px;
}

.button-2.cc-jumbo-button.cc-jumbo-home {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  width: auto;
  margin-top: 30px;
  position: relative;
}

.button-2.cc-jumbo-button.cc-jumbo-home:hover {
  color: #7903fd;
  background-color: rgba(241, 241, 241, 0.3019607843);
}

.button-2.cc-jumbo-button.cc-jumbo-home:active {
  background-color: #e1e1e1;
}

.img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-bigger.cr-bigger-white-light {
  opacity: 0.9;
  outline-offset: 0px;
  outline: 3px #fff;
  margin-top: 39px;
  margin-bottom: 40px;
  padding-right: 40px;
}

.cover-container-2 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  height: 100vh;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.div-block-107 {
  height: 200vh;
}

.at-a-glance-section {
  background-color: var(--ul-blue);
  color: var(--white);
  background-image: linear-gradient(rgba(23, 58, 245, 0.8), rgba(23, 58, 245, 0.8)), url("../images/lab3.webp");
  background-position: 0 0, 50%;
  background-size: auto, auto;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

._4col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._80p {
  width: 80%;
}

@media screen and (min-width: 1280px) {
  .brand.w--current {
    width: 300px;
  }
  .ulsa-logo {
    max-width: 250px;
  }
  ._1-3-subheader.large-absolute {
    position: absolute;
  }
  .container-xlarge {
    width: 100%;
  }
  .hero-section.home {
    padding-left: 5%;
    padding-right: 5%;
  }
  .credit-wrapper {
    width: 25vw;
  }
  .vid-lightbox-wrapper {
    width: auto;
  }
  .card-header {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .lab-modal._1 {
    display: none;
  }
  .team-block-info {
    min-height: 225px;
  }
  .team-slider-arrow._1 {
    z-index: 3;
  }
  .card-text {
    font-size: 1rem;
  }
  .card-link {
    overflow: hidden;
  }
  .div-block-55, .div-block-56 {
    height: auto;
  }
  .div-block-56.top {
    height: 55%;
  }
  .modal-header-wrapper {
    max-width: 50%;
  }
  ._3d-modal-container {
    height: 90vh;
    min-height: 0;
    max-height: 750px;
  }
  .lab-spline-1._75p {
    width: 70%;
  }
  .ths15-menu-links-block.ths15-margin-top {
    justify-content: space-around;
    min-height: 250px;
  }
}
@media screen and (min-width: 1440px) {
  li {
    font-size: 1.25rem;
  }
  .text-size-small.partnerships {
    font-size: 1rem;
  }
  .navbar {
    height: 90px;
  }
  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.36rem;
    font-weight: 400;
  }
  .nav-link.w--current {
    color: var(--white);
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 400;
  }
  .nav-link.small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.9rem;
  }
  .nav-link.last {
    margin-right: 2rem;
  }
  .brand {
    width: 300px;
    height: 90px;
  }
  .brand.w--current {
    height: 90px;
  }
  .ulsa-logo {
    min-width: 220px;
  }
  .text-style-h6 {
    font-size: 1.25rem;
  }
  ._1-3-subheader.large-absolute {
    position: absolute;
    inset: auto auto auto 0%;
  }
  .h6-dot {
    width: 15px;
    height: 15px;
  }
  ._1-3-section {
    min-height: 80vh;
  }
  ._1-3-section.short {
    min-height: 60vh;
  }
  .container-xlarge {
    max-width: 2550px;
  }
  ._1-3-content {
    width: 66%;
  }
  .text-size-large {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .text-size-large.hero {
    line-height: 1.7;
  }
  .text-style-h3 {
    width: 95%;
    font-size: 3.45rem;
  }
  .text-style-h3.scroll-highlight {
    width: 100%;
  }
  .text-style-h3.no-margin.text-align-center {
    text-align: center;
  }
  .ul-button-text {
    font-size: 1.5rem;
  }
  .ul-button-text.light {
    font-family: Ulmoderatweb, Arial, sans-serif;
  }
  .ul-button-text.mono {
    color: rgba(255, 255, 255, 0.7019607843);
  }
  .button-wrapper {
    padding: 10px 25px;
  }
  .mdri-button {
    padding: 10px;
    font-size: 1.25rem;
  }
  .mdri-button.submit {
    padding: 2rem 2.5rem;
    font-size: 1.5rem;
  }
  .home-vid-scrub-content {
    width: 25%;
  }
  .home-vid-scrub-content-wrapper {
    max-width: 2550px;
  }
  .hero-section.home {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }
  .hero-section.research {
    min-height: 100vh;
  }
  .flex-h.gap-1rem {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .flex-h.rx-project {
    justify-content: space-between;
    align-items: center;
  }
  ._30p._100-mobile {
    width: 32%;
  }
  .credit-wrapper {
    width: 410px;
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
  ._75p._100p-mobile {
    width: 80%;
  }
  .partnerships-section {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .icon.small.absolute {
    position: absolute;
    inset: 10px auto auto 10px;
  }
  .flex-h-2.middle.large-relative {
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .flex-h-2.middle.large-relative.m-bottom {
    margin-bottom: 6rem;
  }
  .heading {
    width: 101%;
    font-size: 7rem;
    line-height: 1.05;
  }
  .heading.rx-project {
    width: 85%;
    font-size: 5.75rem;
  }
  .credit-logo {
    width: 40%;
  }
  .cover-container {
    overflow: hidden;
  }
  .div-block-18 {
    width: 100%;
    height: 100%;
  }
  .col.mod--about-advant {
    min-width: 20%;
    max-width: 20%;
  }
  .col.mod--about-advant.mod--first {
    min-width: 30%;
  }
  .img-2.mod--solution.mod--1 {
    width: 100%;
  }
  .image-full {
    object-fit: fill;
    flex: none;
    display: block;
    overflow: visible;
  }
  .vid-lightbox-wrapper.lab {
    height: 25vh;
  }
  .vid-lightbox-left {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
  }
  .vid-lightbox-left.lab {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 140px;
  }
  .vid-lightbox-right {
    width: 375px;
  }
  .vid-lightbox-right.lab, .v-player-visual {
    width: 410px;
  }
  .v-player-icon {
    width: 2.2rem;
  }
  .v-player-icon-wrap.lab {
    width: 410px;
  }
  .image--cover.lab {
    object-fit: contain;
    background-image: linear-gradient(#0d34dd, #0d34dd);
  }
  ._3d-lab-section {
    margin-left: auto;
    margin-right: auto;
  }
  .old-isometric-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  ._3d-hover-card {
    width: 34vw;
    max-width: 370px;
    display: none;
  }
  ._3d-hover-card.automation {
    width: 30vw;
    max-width: 370px;
    display: none;
  }
  ._3d-hover-card.oven {
    display: none;
  }
  .contact-form-container {
    background-position: 130%;
    justify-content: flex-start;
    align-items: center;
    min-height: 80vh;
    display: flex;
  }
  .text-field {
    border-bottom-color: rgba(255, 255, 255, 0.6);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    font-size: 1.25rem;
  }
  .textarea {
    border-bottom-color: rgba(255, 255, 255, 0.6);
    padding-left: 0;
    font-size: 1.25rem;
  }
  .radio-button-field {
    padding-left: 0;
  }
  .radio-button {
    border-style: solid;
    border-color: var(--light-blue);
    color: var(--transparent);
    width: 20px;
    height: 20px;
  }
  .grid-2 {
    grid-template-rows: 33.33vh 33.33vh 33.33vh;
    max-height: none;
  }
  .card-header {
    font-size: 1.5rem;
  }
  .tabs-content-wrapper {
    overflow: hidden;
  }
  .tabs-nav-background {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .lab-modal {
    display: none;
    inset: 0%;
  }
  .lab-modal._2 {
    top: 0%;
  }
  .tabs-nav-text {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .tab-content-title {
    max-width: 38%;
    padding-left: 5rem;
  }
  .tabs-menu-wrapper.short {
    max-width: 720px;
    padding: 0;
  }
  .tabs-nav-item.experimentation-a, .tabs-nav-item.experimentation-a.w--current, .tabs-nav-item.automation, .tabs-nav-item.experimentation-b, .tabs-nav-item.gas-testing, .tabs-nav-item.characterization, .tabs-nav-item.computing {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tabs-nav-item.eco-remediation, .tabs-nav-item.eco-remediation.w--current, .tabs-nav-item.energy-generation {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .project-img-overlay {
    display: flex;
  }
  .tab-team-name {
    font-size: 2.5rem;
  }
  .tab-team-role {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .team-bio-wrapper {
    grid-template-columns: 0.5fr 0.5fr 0.25fr;
  }
  .team-bio-quote-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }
  .quote {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .modal-equipment-wrapper._2 {
    justify-content: flex-end;
    align-items: center;
  }
  .accordion_item {
    margin-top: 8rem;
  }
  .accordion_description-wrapper {
    max-width: 560px;
  }
  .container-large {
    max-width: 1440px;
  }
  .modal-equipment-img {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    inset: 0% 0% 0% auto;
  }
  .modal-equipment-img.reverse {
    justify-content: center;
    align-items: flex-start;
    inset: 0% auto 0% -6%;
  }
  .modal-equipment-img._3 {
    inset: 0% -8% 0% auto;
  }
  .team-slide-wrapper {
    width: 29%;
  }
  .team-block-info {
    min-height: 190px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .team-member-text {
    font-size: 1.125rem;
  }
  .team-slider-arrow._2, .team-slider-arrow._1 {
    top: -131px;
  }
  .icon-arrow {
    font-size: 16px;
  }
  ._33p.img-bg.rx-img {
    width: 39%;
  }
  .research-info-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .research-info-wrapper.bg-color-lightgrey, .research-info-wrapper.bg-color-grey {
    padding: 40px;
  }
  .card-text {
    font-size: 1.25rem;
  }
  ._75 {
    width: 70%;
  }
  .lightbox-text {
    font-size: 1.12rem;
    display: inline-flex;
  }
  .div-block-53 {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .card-link {
    height: auto;
    overflow: hidden;
  }
  .div-block-55 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    height: auto;
    padding: 20px;
  }
  .div-block-55.bottom {
    height: 33vh;
  }
  .div-block-56 {
    height: 13.3vh;
    max-height: 13.3vh;
  }
  .div-block-56.top {
    height: 100%;
    max-height: 35vh;
  }
  .image-7 {
    max-height: none;
  }
  .div-block-58 {
    width: 70%;
  }
  .image-9 {
    width: auto;
    max-height: 630px;
  }
  .lab-dots {
    height: 2.9rem;
    margin-right: 1.5rem;
  }
  .rx-project-topics-wrapper {
    width: 25%;
  }
  .bold-blue {
    color: var(--ul-blue);
    font-weight: 500;
  }
  .lottie-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  .div-block-76, .div-block-78 {
    width: 100%;
  }
  .grid-5 {
    grid-row-gap: 11px;
  }
  .modal._2, .modal._3 {
    display: none;
  }
  .text-size-medium {
    font-size: 1.25rem;
  }
  .unsplash-image {
    object-fit: cover;
    height: 100%;
  }
  .lab-controls-wrapper {
    top: 10px;
    left: 10px;
  }
  .modal-header-wrapper {
    max-width: 40%;
  }
  .modal-image-bg {
    width: 170%;
  }
  ._3d-modal-container {
    height: 100%;
    max-height: 100vh;
  }
  .dot-wrapper-helper.automation {
    top: 30vh;
    left: 16.3vh;
  }
  .dot-wrapper-helper.oven {
    top: 30.3vh;
  }
  .dot-wrapper-helper.synthesis-2 {
    top: 51.9vh;
    left: 15.5vh;
  }
  .dot-wrapper-helper.characterization {
    top: 52.8vh;
  }
  .dot-wrapper-helper.gas-absorption {
    top: 45.1vh;
  }
  .research-info-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .research-info-container.bg-color-lightgrey, .research-info-container.bg-color-grey {
    padding: 40px;
  }
  .dot-wrapper-2.experimentation-a {
    top: 40.4vh;
    left: 49.5vh;
  }
  ._3d-hover-card-2 {
    width: 34vw;
    max-width: 370px;
    display: none;
  }
  ._3d-hover-card-2.experimentation-a {
    width: 30vw;
    max-width: 370px;
    display: none;
  }
  .spline-container {
    max-height: none;
  }
  .explore-lab {
    max-width: 2240px;
    max-height: none;
    display: flex;
  }
  .lottie-animation-2 {
    width: 100%;
    height: 100%;
  }
  .mdri-button-trl {
    padding: 10px;
    font-size: 1.25rem;
  }
  .mdri-button-trl.submit {
    padding: 2rem 2.5rem;
    font-size: 1.5rem;
  }
  .ths15-menu-link-small.coming-soon {
    display: none;
  }
  .text-style-h6-2 {
    font-size: 1.25rem;
  }
  .lottie-player {
    object-fit: cover;
  }
}
@media screen and (min-width: 1920px) {
  .nav-link {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.5rem;
  }
  .nav-link.w--current {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .nav-link.small {
    font-size: 1rem;
  }
  .brand {
    width: 20vw;
    height: 99px;
  }
  .ulsa-logo {
    width: 150px;
  }
  .text-style-h6, .text-size-large {
    font-size: 1.8rem;
  }
  .text-style-h3 {
    font-size: 4rem;
  }
  ._75p._100p-mobile {
    width: 60%;
  }
  .team-bio-img {
    width: 100%;
    overflow: hidden;
  }
  .team-slide-wrapper {
    width: 24%;
  }
  .team-member-text {
    font-size: 1.5rem;
  }
  .testimonial-pagination-card {
    border-bottom-color: var(--ul-dark-blue);
  }
  .ths15-menu-link-small {
    font-size: 1vw;
    line-height: 1.5;
  }
  .ths15-menu-contact-info {
    font-size: 1.5rem;
    line-height: 130%;
  }
  .ths15-menu-contact-link {
    font-size: 1.25rem;
  }
  .text-style-h6-2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .main-wrapper {
    width: 100vw;
  }
  .navbar {
    background-color: var(--white);
    box-shadow: 0 2px 20px -10px rgba(0, 0, 0, 0.2);
  }
  .mainnav {
    color: var(--ul-dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 75px);
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 13px 15px -14px rgba(0, 0, 0, 0.2);
  }
  .nav-link {
    color: var(--ul-dark-blue);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.5rem;
  }
  .nav-link.w--current {
    border-color: var(--ul-blue);
    color: var(--ul-blue);
  }
  .nav-link.small {
    padding: 30px 1.75rem;
    font-size: 1.5rem;
  }
  .nav-link.small:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brand {
    width: 33vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menu-button {
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    padding: 0;
    display: flex;
  }
  .menu-button.w--open {
    background-color: #282c36;
  }
  .nav-menu {
    color: var(--ul-dark-blue);
    background-color: #fff;
    flex-flow: column;
    width: 100%;
  }
  .container-full.mobile-stretch {
    display: block;
  }
  .menu-parent {
    background-color: #fff;
    width: 75px;
    height: 75px;
    padding: 18px 20px 12px;
  }
  .ulsa-logo {
    width: 100%;
    max-width: 150px;
  }
  ._1-3-subheader {
    width: 33%;
  }
  ._1-3-subheader.large-absolute.small-static {
    position: static;
  }
  .margin-top.flex.large.hide-desktop {
    display: flex;
  }
  .align-center.margin-top.mobile-top-xlarge {
    margin-top: 8rem;
  }
  .partners-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-vid-scrub-content {
    width: 66%;
  }
  .hero-section {
    width: 100%;
  }
  .credit-wrapper {
    width: 45vw;
    padding: 10px;
  }
  ._75p, ._75p._100p-mobile {
    width: 100%;
  }
  .flex-h-2.middle.large-relative.m-bottom.mobile-v {
    flex-flow: column;
  }
  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .research-card-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }
  .research-card-txt-more.mod--2 {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2rem;
  }
  .research-card-txt-more.mod--1 {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2rem;
  }
  .research-card-title {
    font-size: 22px;
  }
  .research-card-title.stroke--white-02 {
    font-size: 2rem;
  }
  .research-columns-container.col--2 {
    display: none;
  }
  .research-columns-container.col--2.home {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }
  .research-columns-container.col--2.desktop-show {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }
  .research-card-p {
    font-size: 1.25rem;
  }
  .research-col {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }
  .research-col.right.home {
    border-radius: 20px;
    width: 100%;
    height: 50vh;
  }
  .research-col.left.home {
    border-radius: 20px;
    flex: none;
    width: 100%;
    height: 50vh;
  }
  .research-card-txt-less, .research-card-txt-less.mod--2.home.right {
    display: none;
  }
  .research-cols.home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: auto;
  }
  .heading {
    font-size: 5rem;
  }
  .img-wrapper {
    height: 22vh;
  }
  .column._1 {
    overflow: hidden;
  }
  .cover-container {
    width: 90%;
  }
  .intro-text {
    width: auto;
  }
  .avas {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .btn__content {
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .text-style-allcaps.text-font-archia.font-size-35.text-stroke-1.margin-bottom-12 {
    font-size: 2rem;
  }
  .text-style-allcaps.text-weight-bold.text-letterspacing-0_03 {
    margin-right: 20px;
  }
  .img-wrap.mod--solution-img.clickable-off, .vid-lightbox-wrapper {
    display: none;
  }
  .contact-form-container {
    background-position: 0%;
    background-size: 120%;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tab-content-title {
    max-width: 60%;
  }
  .project-img-overlay {
    background-image: linear-gradient(90deg, var(--ul-dark-blue) 19%, rgba(33, 34, 44, 0.8) 43%, var(--transparent));
  }
  .team-bio-wrapper.modal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat-wrapper._100p.hide-mobile {
    display: none;
  }
  .item1 {
    height: auto;
  }
  .modal-equipment-wrapper {
    flex-flow: column;
    padding-top: 0;
  }
  .modal-equipment-content {
    width: 100%;
    max-width: 100%;
  }
  .accordion_description-wrapper {
    max-width: 100%;
  }
  .div-block-44.no-mobile {
    margin-left: 0%;
  }
  .item2, .item3 {
    height: auto;
  }
  .modal-equipment-img {
    width: 100%;
    position: static;
  }
  .modal-equipment-img.reverse, .modal-equipment-img._3 {
    width: 100%;
  }
  .team-slide-wrapper {
    width: 47%;
    margin-right: 1%;
  }
  .team-slider-arrow._2, .team-slider-arrow._1 {
    top: auto;
    bottom: -75px;
  }
  .h-uppercase.text-color-white._1, .h-uppercase.text-color-white._2, .h-uppercase.text-color-white._3 {
    font-size: 10vw;
  }
  ._75 {
    width: 100%;
  }
  .image-lab {
    max-width: 100%;
  }
  .card-linear-grad._2 {
    background-image: linear-gradient(90deg, var(--ul-dark-blue), var(--transparent));
  }
  .div-block-59 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .div-block-59.reverse {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .margin-left.no-mobile {
    margin-left: 0%;
  }
  .rx-project-topics-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .rx-project-topic-text {
    text-align: center;
  }
  .div-block-64 {
    justify-content: center;
    align-items: center;
  }
  .rx-topics-header {
    text-align: center;
  }
  .div-block-76 {
    margin-right: 0;
  }
  .div-block-78 {
    justify-content: center;
    align-items: center;
  }
  .grid-5 {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: start center;
  }
  .fixed-footer-wrapper {
    position: static;
  }
  .grid-6.team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modal._1 {
    justify-content: center;
    align-items: flex-start;
    overflow: scroll;
  }
  .testimonial-navigations-slider-wrapper {
    display: none;
  }
  .testimonial-content-slider-wrapper {
    max-width: none;
  }
  .hover-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: scroll;
  }
  .hover-item-link {
    min-width: 33.33vw;
  }
  .lab-spline-1._75p {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .lab-spline-1._80p {
    width: 100%;
    height: 50vh;
    min-height: 0;
  }
  .spline-holder.mission {
    width: 100%;
  }
  .instruction-heading {
    font-size: 0.8rem;
  }
  .instructions, .div-block-87, .mobile-3d-modal-container {
    display: none;
  }
  .preloader-top.bg-color-dark {
    text-align: center;
  }
  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobby-logo {
    width: 200px;
  }
  .ths15-menu-link-small {
    font-size: 16px;
    line-height: 16px;
  }
  .ths15-menu-block-overlay {
    display: block;
  }
  .mobby-brand {
    max-width: 200px;
  }
  .ths15-menu {
    top: -100%;
  }
  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.8rem;
  }
  .ths15-menu-block-leftside {
    width: 90%;
    display: block;
  }
  .ths15-menu-block-rightside {
    display: none;
  }
  .mission-element {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vid-text._2, .vid-text._5, .vid-text._8 {
    margin-top: -3.157rem;
    margin-bottom: -3.157rem;
  }
  .mission-scrub-text {
    font-size: 2.7rem;
  }
  .mission-scrub-text._1, .mission-scrub-text._2 {
    text-align: center;
  }
  .reveal-3d-text.margin-top.mobile-top-xlarge {
    margin-top: 8rem;
  }
  .solution__animation {
    width: 100%;
    max-width: none;
    margin-top: 2rem;
  }
  .solution__header {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .img-wrapper-2 {
    height: 22vh;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .heading-jumbo.home-heading {
    width: 75%;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .button-2 {
    justify-content: center;
  }
  .paragraph-bigger.cr-bigger-white-light {
    width: 60%;
    font-size: 16px;
    line-height: 26px;
  }
  .cover-container-2 {
    width: 90%;
  }
  ._4col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper {
    margin-top: 0;
  }
  .mainnav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-link.w--current {
    color: var(--ul-blue);
  }
  .nav-link.last {
    color: var(--ul-dark-blue);
  }
  .brand {
    width: 33vw;
  }
  .ulsa-logo {
    width: 100%;
    min-width: 120px;
  }
  ._1-3-subheader {
    width: 100%;
    margin-bottom: 1rem;
  }
  .container-xlarge {
    flex: 0 auto;
  }
  ._1-3-wrapper {
    flex-flow: column;
  }
  ._1-3-content {
    width: 100%;
    max-width: 100%;
  }
  .footer {
    min-height: 150vh;
  }
  ._25p.mobile-hifde {
    display: none;
  }
  ._25p.mobile-50p {
    width: 50%;
    margin-bottom: 3rem;
  }
  ._25p.mobile-100 {
    width: 100%;
  }
  .footer-horizontal {
    flex-flow: wrap;
  }
  .align-center.margin-top.mobile-top-xlarge {
    margin-top: 8rem;
  }
  .align-center.max-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-vid-scrub-content, .hero-section.mission {
    width: 100%;
  }
  .flex-h.margin-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }
  .flex-h.gap-1rem.mobile-v {
    flex-flow: column;
  }
  .flex-h.rx-project.mobile-v {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  ._60p, ._60p._100-mobile, ._30p._100-mobile {
    width: 100%;
  }
  .credit-wrapper {
    width: 60vw;
  }
  ._75p {
    width: 100%;
  }
  .mission-section {
    display: block;
  }
  .card-item {
    height: 100%;
    min-height: 100vh;
  }
  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid {
    width: 100%;
    height: 100vh;
  }
  .heading {
    font-size: 60px;
  }
  .img-wrapper {
    border-radius: 10px;
    height: 17vh;
    min-height: 200px;
  }
  .intro-content {
    width: 80%;
  }
  .intro-content.cc-homepage {
    flex-direction: column;
    flex: none;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }
  .intro-header {
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .cover-container {
    width: 98%;
  }
  .intro-text {
    margin-bottom: 0;
  }
  .overflow__txt {
    width: 100%;
  }
  .dash-vertical.mod--about-advant {
    display: none;
  }
  .col.mod--about-advant {
    justify-content: flex-end;
    align-items: center;
    min-width: 100%;
    max-width: none;
  }
  .col.mod--about-advant.mod--first {
    min-width: 100%;
    max-width: none;
  }
  .avas {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .text-style-allcaps.text-font-archia.font-size-35.text-stroke-1.margin-bottom-12 {
    font-size: 2.5rem;
  }
  .text-size-12.text-style-allcaps.text-letterspacing-0_03.text-color-dark {
    text-align: left;
    width: 100%;
  }
  .text-size-32.text-font-archia.text-stroke-0_5 {
    width: 100%;
  }
  .dot-wrapper.synthesis {
    left: 50vh;
  }
  .dot-wrapper.oven, .dot-wrapper.characterization {
    left: 25vh;
  }
  .dot-wrapper.gas-absorption {
    left: 50vh;
  }
  .contact-form-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact-logo {
    display: none;
  }
  .tab-content-title {
    max-width: 80%;
    padding-left: 1rem;
    top: 5vh;
  }
  .tabs-menu-wrapper.short {
    width: 90%;
  }
  .team-bio-container {
    padding-left: 0;
    padding-right: 0;
  }
  .team-bio-wrapper {
    grid-template-columns: 1fr;
  }
  .team-bio-img {
    height: 50vh;
    max-height: 50vh;
  }
  .stat-wrapper {
    width: 100%;
    height: 100%;
  }
  .team-bio-stats-wrapper {
    flex-flow: row;
  }
  .item1.mobile {
    margin-top: 4rem;
  }
  .accordion_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .accordion_item.mobile {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .accordion_title {
    font-size: 1.125rem;
  }
  .container-large.mobile-no-side {
    padding-left: 0;
    padding-right: 0;
  }
  .item2.mobile {
    margin-top: 4rem;
  }
  .modal-equipment-img._3, .modal-equipment-img.mobile {
    margin-bottom: 2rem;
  }
  .team-slide-wrapper {
    width: 85%;
  }
  .team-slider-arrow._2, .team-slider-arrow._1 {
    top: auto;
    bottom: -75px;
  }
  .h-uppercase.text-color-white._1, .h-uppercase.text-color-white._2, .h-uppercase.text-color-white._3 {
    font-size: 10vw;
  }
  .align-center-section.why-matters {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  ._66p, ._66p.border-radius, ._33p {
    width: 100%;
  }
  ._33p.img-bg.rx-img {
    height: 30vh;
  }
  .research-info-wrapper {
    flex-flow: column;
  }
  .card-text {
    display: none;
  }
  ._75 {
    width: 100%;
  }
  .image-lab {
    max-width: 100%;
  }
  .div-block-53 {
    flex-flow: column;
  }
  .div-block-63 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .rx-project-topics-wrapper {
    width: 100%;
    margin-bottom: 5rem;
  }
  .lottie-animation {
    transform: rotate(0);
  }
  .div-block-70 {
    margin-bottom: 1rem;
    position: static;
  }
  .div-block-77 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .fixed-footer-wrapper {
    min-height: 0;
    position: static;
    overflow: visible;
  }
  .grid-6.team-grid {
    grid-template-columns: 1fr;
  }
  .modal._1 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
  }
  .modal._2, .modal._3 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }
  .lab-controls-wrapper {
    top: 0%;
    left: 0%;
  }
  .hover-wrapper {
    min-height: 500px;
  }
  .hover-item-link {
    min-width: 50vw;
  }
  ._3d-modal-container {
    display: none;
  }
  .dot-wrapper-helper.synthesis {
    left: 50vh;
  }
  .dot-wrapper-helper.oven, .dot-wrapper-helper.characterization {
    left: 25vh;
  }
  .dot-wrapper-helper.gas-absorption {
    left: 50vh;
  }
  .research-info-container {
    flex-flow: column;
    padding: 0;
  }
  .instruction-heading {
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }
  .mobile-lab-img {
    width: 100%;
  }
  .mobile-3d-modal-container {
    display: block;
  }
  .accordion_item-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .accordion_title-wrapper-2 {
    color: var(--ul-dark-blue);
    text-decoration: none;
  }
  .accordion_title-2 {
    color: var(--ul-blue);
    font-size: 1.125rem;
  }
  .accordion_description-wrapper-2 {
    padding-top: 1rem;
  }
  .accordion_description {
    margin-left: 0;
  }
  .div-block-88 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .lab-number {
    border: 2px solid var(--ul-blue);
    color: var(--ul-blue);
    border-radius: 100em;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    display: flex;
  }
  .text-block-12 {
    font-family: Moderat Mono, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .mobile-lab-room-img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .mobby-logo {
    width: 130px;
  }
  .tab-top {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tab-bottom-menu {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }
  .heading-small-menu {
    font-size: 1.75rem;
  }
  .contact-form-wrapper-menu {
    height: 100%;
    overflow: scroll;
  }
  .flex-v-2.card-item_grid {
    grid-row-gap: 2vh;
  }
  .card-item-2 {
    height: 100%;
    min-height: 100vh;
  }
  .div-block-104 {
    background-color: var(--ul-blue);
  }
  .reveal-3d-text.margin-top.mobile-top-xlarge {
    margin-top: 8rem;
  }
  .reveal-3d-text.max-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  .img-wrapper-2 {
    border-radius: 10px;
    height: 17vh;
    min-height: 200px;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo.home-heading {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 55px;
  }
  .heading-jumbo.home-heading.science {
    background-size: cover;
    margin-top: 0;
  }
  .text-block-4 {
    font-size: 14px;
  }
  .collage-section {
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph-bigger.cr-bigger-white-light {
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .cover-container-2 {
    width: 98%;
  }
  ._4col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .mainnav {
    padding: 1rem;
  }
  .nav-link {
    justify-content: flex-start;
    align-items: center;
  }
  .nav-link.small {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .brand {
    width: 50vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ulsa-logo {
    min-width: 110px;
    max-width: 150px;
  }
  ._1-3-section.bg-color-darkblue.research, ._1-3-section.bg-color-darkblue.partnerships, ._1-3-section.bg-color-darkblue.about, ._1-3-section.bg-color-darkblue.team {
    background-size: auto, auto 100%;
  }
  .container-xlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .text-style-h3 {
    font-size: 2rem;
  }
  .align-center.margin-top.mobile-top-xlarge {
    margin-top: 4rem;
  }
  .flex-h.rx-project.mobile-v, .flex-h.mobile-flex-v {
    flex-flow: column;
  }
  .card-item {
    height: auto;
  }
  .container.card_list-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .research-card-txt-more.mod--2 {
    padding-top: 4rem;
  }
  .research-card-txt-more.mod--1 {
    height: 100%;
    padding-top: 4rem;
    position: static;
  }
  .research-columns-container.col--2.home {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .research-card-wrap.home {
    min-height: 70vh;
  }
  .research-card-p {
    width: auto;
  }
  .research-card-img.mod--2 {
    position: absolute;
  }
  .research-card-img.mod--1 {
    position: absolute;
    inset: 0%;
  }
  .research-col {
    border-radius: 14px;
  }
  .research-col.right.home {
    height: 100%;
    min-height: 0;
  }
  .research-col.left.home {
    flex: 1;
    height: 100%;
    min-height: 50px;
  }
  .research-card-txt-less.mod--1 {
    position: static;
  }
  .heading {
    font-size: 50px;
    line-height: 1.1;
  }
  .img-wrapper {
    border-radius: 10px;
  }
  .intro-content.cc-homepage {
    margin-top: 40px;
  }
  .intro-header {
    background-position: 40%;
  }
  .overflow__txt {
    font-size: 1.5rem;
  }
  .overflow__vertical {
    width: 100%;
  }
  .col.mod--about-advant.mod--first {
    padding-right: 0;
  }
  .avas {
    flex-flow: column;
    width: 100%;
  }
  .img-2.mod--ava.mod--last {
    margin-right: 0;
  }
  .btn-link {
    width: 100%;
  }
  .btn__content {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .img-wrap.mod--solution-img.clickable-off {
    display: none;
  }
  .text-size-12.text-style-allcaps.text-letterspacing-0_03.text-color-dark {
    flex: none;
  }
  .tabs-nav-background.card {
    display: flex;
  }
  .tabs-nav-background.grid {
    height: auto;
    display: flex;
  }
  .tab-content-image {
    height: 100%;
    max-height: 100%;
  }
  .tabs-nav-text.eco-remediation.grid, .tabs-nav-text.energy-generation.grid {
    height: auto;
  }
  .tab-content-inner {
    max-width: calc(100% - 20px);
    min-height: 55vh;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .tab-content-title {
    max-width: 100%;
    height: 50vh;
    padding: 1rem;
    position: static;
    inset: 0%;
  }
  .tabs-menu-wrapper.short {
    justify-content: center;
    align-items: stretch;
    height: auto;
  }
  .tabs-nav-item.eco-remediation.w--current, .tabs-nav-item.eco-remediation.card.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .tabs-nav-item.energy-generation.grid {
    height: auto;
  }
  .project-img-overlay {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0%;
  }
  .div-block-31 {
    position: absolute;
    inset: 0%;
  }
  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }
  .container-large.mobile-no-side {
    padding-left: 0;
    padding-right: 0;
  }
  .team-slider-wrapper-2 {
    width: 100%;
  }
  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }
  .team-slider-arrow._2, .team-slider-arrow._1 {
    display: none;
  }
  .news-topic.inline {
    text-align: center;
  }
  .align-center-section.why-matters {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  ._66p, ._66p.border-radius, ._33p {
    width: 100%;
  }
  .research-info-wrapper {
    flex-flow: column;
  }
  .text-block-8 {
    font-size: 10vw;
  }
  .rx-project-topics-wrapper {
    width: 100%;
  }
  .fade-in-footer-4.socials {
    margin-top: 15px;
  }
  .grid-6.team-grid {
    grid-template-columns: 1fr;
  }
  .modal._1 {
    justify-content: center;
    align-items: flex-start;
  }
  .hover-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }
  .hover-item {
    margin-right: 0.9rem;
  }
  .hover-cards-wrapper {
    margin-top: -10%;
  }
  .hover-item-link {
    min-width: 100vw;
  }
  ._3d-modal-container {
    min-height: 110vh;
  }
  .div-block-85 {
    width: 100%;
  }
  .research-info-container {
    flex-flow: column;
  }
  .lab-spline-container {
    flex-flow: column;
    height: 110vh;
  }
  .lab-spline-1 {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .spline-container {
    border-bottom-style: none;
    width: 100%;
    max-height: none;
    padding-right: 0;
  }
  .spline-holder.home {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30vh;
  }
  .flex-v.align-center._100p.mobile-no-v-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .instruction-heading {
    line-height: 22px;
  }
  .heading-2 {
    font-size: 2rem;
  }
  .div-block-86 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .th15-menu-bottom {
    padding: 10px 20px 20px;
    position: absolute;
    inset: auto 0% 0%;
  }
  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ths15-menu-link-small {
    font-size: 13px;
  }
  .ths15-menu-link-small.coming-soon, .ths15-menu-block-overlay {
    display: none;
  }
  .mainmenu {
    display: none;
    top: 0%;
  }
  .tab-bottom-menu {
    justify-content: center;
    padding: 1rem;
    display: flex;
  }
  .tab-item-padding-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .heading-2-menu {
    font-size: 1.75rem;
  }
  .ths15-menu-inner-block {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }
  .tab-icon {
    margin-left: 0;
  }
  .menu-nav-list, .ths15-menu-block-leftside {
    width: 100%;
  }
  .heading-small-menu {
    font-size: 1.25rem;
  }
  .ths15-menu-contact-block {
    display: none;
  }
  .contact-form-wrapper-menu {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-item-content-p {
    padding: 20px;
  }
  .flex-v-2.card-item_grid, .card-item-2 {
    height: auto;
  }
  .reveal-3d-text.margin-top.mobile-top-xlarge {
    margin-top: 4rem;
  }
  .question-title {
    flex: 1;
  }
  .img-wrapper-2 {
    border-radius: 10px;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .heading-jumbo.home-heading {
    background-position: 0 100%;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 38px;
  }
  .heading-jumbo.home-heading.science {
    background-position: 0 100%;
    background-size: cover;
    line-height: 55px;
  }
  .collage-section {
    background-image: linear-gradient(to bottom, , );
    height: 100%;
  }
  .white-gradient {
    background-image: linear-gradient(86deg, var(--white) 41%, rgba(255, 255, 255, 0.4));
  }
  .button-2.cc-jumbo-button.cc-jumbo-home {
    background-color: rgba(71, 34, 150, 0.8196078431);
  }
  .paragraph-bigger {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-bigger.cr-bigger-white-light {
    width: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-108 {
    flex-flow: column;
    display: flex;
  }
  ._4col {
    grid-template-columns: 1fr;
  }
}
#w-node-_1b639a87-45aa-b72c-de58-c49ea9000d0d-4d318b05 {
  grid-area: 2/1/3/3;
  align-self: center;
}

#w-node-e9b108e3-cd5e-0d9d-94f4-86e86393f665-4d318b05 {
  grid-area: span 1/span 2/span 1/span 2;
  align-self: end;
}

#w-node-_5de61a07-6b20-4469-e978-3780096c8708-4d318b05 {
  grid-area: 2/3/3/5;
}

#w-node-e9b108e3-cd5e-0d9d-94f4-86e86393f667-4d318b05 {
  grid-area: 2/3/3/5;
  align-self: center;
}

#w-node-_723ed30c-eee8-882f-a4ea-9b9e2a43ab00-4d318b05 {
  grid-area: 2/2/3/4;
  align-self: center;
}

#w-node-e9b108e3-cd5e-0d9d-94f4-86e86393f669-4d318b05 {
  grid-area: 3/2/4/4;
  align-self: start;
}

#w-node-_945fed9d-242f-3a2d-3f49-d0d687523792-4d318b05 {
  grid-area: 2/1/3/3;
  align-self: center;
}

#w-node-_945fed9d-242f-3a2d-3f49-d0d687523793-4d318b05 {
  grid-area: span 1/span 2/span 1/span 2;
  align-self: end;
}

#w-node-_945fed9d-242f-3a2d-3f49-d0d687523795-4d318b05, #w-node-_945fed9d-242f-3a2d-3f49-d0d687523796-4d318b05 {
  grid-area: 2/3/3/5;
  align-self: center;
}

#w-node-_945fed9d-242f-3a2d-3f49-d0d687523798-4d318b05 {
  grid-area: 2/2/3/4;
  align-self: center;
}

#w-node-_945fed9d-242f-3a2d-3f49-d0d687523799-4d318b05 {
  grid-area: 3/2/4/4;
  align-self: start;
}

#w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a481-4d318b05 {
  grid-area: 2/1/3/3;
  align-self: center;
}

#w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a482-4d318b05 {
  grid-area: span 1/span 2/span 1/span 2;
  align-self: end;
}

#w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a486-4d318b05 {
  grid-area: 2/3/3/5;
}

#w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a487-4d318b05 {
  grid-area: 2/3/3/5;
  align-self: center;
}

#w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a489-4d318b05 {
  grid-area: 2/2/3/4;
  align-self: center;
}

#w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a48a-4d318b05 {
  grid-area: 3/2/4/4;
  align-self: start;
}

#w-node-a2c379d2-c276-2a7a-c393-b049e08baa2a-4d318b05 {
  grid-area: 2/1/3/3;
  align-self: center;
}

#w-node-a2c379d2-c276-2a7a-c393-b049e08baa2b-4d318b05 {
  grid-area: span 1/span 2/span 1/span 2;
  align-self: end;
}

#w-node-a2c379d2-c276-2a7a-c393-b049e08baa2d-4d318b05 {
  grid-area: 2/3/3/5;
}

#w-node-a2c379d2-c276-2a7a-c393-b049e08baa2e-4d318b05 {
  grid-area: 2/3/3/5;
  align-self: center;
}

#w-node-a2c379d2-c276-2a7a-c393-b049e08baa30-4d318b05 {
  grid-area: 2/2/3/4;
  align-self: center;
}

#w-node-a2c379d2-c276-2a7a-c393-b049e08baa31-4d318b05 {
  grid-area: 3/2/4/4;
  align-self: start;
}

#w-node-_1f1f56a2-5d68-6023-4bc0-0bb83d7a76a1-6a764333, #w-node-_1f1f56a2-5d68-6023-4bc0-0bb83d7a76d6-6a764333, #w-node-_6e6ca2de-e3dd-08d8-511c-aa19e52f1cf8-6a764333, #w-node-_6e6ca2de-e3dd-08d8-511c-aa19e52f1d2d-6a764333 {
  grid-area: span 2/span 2/span 2/span 2;
}

#w-node-_72298d0b-72ac-a2ee-e262-796e086f162b-f9010776 {
  grid-area: span 2/span 1/span 2/span 1;
}

#w-node-_72298d0b-72ac-a2ee-e262-796e086f162e-f9010776 {
  grid-area: span 1/span 2/span 1/span 2;
}

#w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49c-87705f88 {
  grid-area: span 2/span 1/span 2/span 1;
}

#w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49f-87705f88 {
  grid-area: span 1/span 2/span 1/span 2;
}

#w-node-a1d4122b-39df-8a90-f18a-6e4095072082-ecc0c30e {
  grid-area: span 2/span 1/span 2/span 1;
}

#w-node-a1d4122b-39df-8a90-f18a-6e4095072085-ecc0c30e {
  grid-area: span 1/span 2/span 1/span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-e9b108e3-cd5e-0d9d-94f4-86e86393f669-4d318b05, #w-node-_945fed9d-242f-3a2d-3f49-d0d687523799-4d318b05, #w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a48a-4d318b05, #w-node-a2c379d2-c276-2a7a-c393-b049e08baa31-4d318b05 {
    grid-row-start: 4;
  }
  #w-node-_1f1f56a2-5d68-6023-4bc0-0bb83d7a76a1-6a764333, #w-node-_1f1f56a2-5d68-6023-4bc0-0bb83d7a76d6-6a764333, #w-node-_6e6ca2de-e3dd-08d8-511c-aa19e52f1cf8-6a764333, #w-node-_6e6ca2de-e3dd-08d8-511c-aa19e52f1d2d-6a764333 {
    align-self: stretch;
  }
  #w-node-_72298d0b-72ac-a2ee-e262-796e086f162e-f9010776 {
    grid-area: span 1/span 2/span 1/span 2;
  }
  #w-node-_72298d0b-72ac-a2ee-e262-796e086f163a-f9010776 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49f-87705f88 {
    grid-area: span 1/span 2/span 1/span 2;
  }
  #w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a4ab-87705f88 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-a1d4122b-39df-8a90-f18a-6e4095072085-ecc0c30e {
    grid-area: span 1/span 2/span 1/span 2;
  }
  #w-node-a1d4122b-39df-8a90-f18a-6e4095072091-ecc0c30e {
    grid-area: span 1/span 1/span 1/span 1;
  }
}
@media screen and (max-width: 991px) {
  #w-node-_1b639a87-45aa-b72c-de58-c49ea9000d0d-4d318b05, #w-node-_5de61a07-6b20-4469-e978-3780096c8708-4d318b05, #w-node-_723ed30c-eee8-882f-a4ea-9b9e2a43ab00-4d318b05, #w-node-_945fed9d-242f-3a2d-3f49-d0d687523792-4d318b05, #w-node-_945fed9d-242f-3a2d-3f49-d0d687523795-4d318b05, #w-node-_945fed9d-242f-3a2d-3f49-d0d687523798-4d318b05, #w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a481-4d318b05, #w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a486-4d318b05, #w-node-_71d5a5b5-31fe-2189-16a7-71a0ef04a489-4d318b05, #w-node-a2c379d2-c276-2a7a-c393-b049e08baa2a-4d318b05, #w-node-a2c379d2-c276-2a7a-c393-b049e08baa2d-4d318b05, #w-node-a2c379d2-c276-2a7a-c393-b049e08baa30-4d318b05 {
    grid-area: 1/1/2/2;
  }
  #w-node-_72298d0b-72ac-a2ee-e262-796e086f162b-f9010776 {
    grid-area: 2/2/4/3;
  }
  #w-node-_72298d0b-72ac-a2ee-e262-796e086f162e-f9010776 {
    grid-area: 1/1/2/3;
  }
  #w-node-_33b9ad25-c7fb-ac07-4292-db3f3eb51b53-e5f71320 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center;
  }
  #w-node-_93495e53-40da-871b-87dc-d3598d335d54-e5f71320, #w-node-_4c1f5915-fdc5-b2d8-e95d-aa37c1b9cc52-e5f71320 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49c-87705f88 {
    grid-area: 1/1/2/3;
  }
  #w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49f-87705f88 {
    grid-area: 2/1/3/3;
  }
  #w-node-a1d4122b-39df-8a90-f18a-6e4095072082-ecc0c30e {
    grid-area: 2/2/4/3;
  }
  #w-node-a1d4122b-39df-8a90-f18a-6e4095072085-ecc0c30e {
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_1b639a87-45aa-b72c-de58-c49ea9000d0d-4d318b05 {
    grid-column-start: 1;
  }
  #w-node-_1f1f56a2-5d68-6023-4bc0-0bb83d7a76ae-6a764333 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107d1-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107d2-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107d9-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107e7-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107e8-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107ef-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107fd-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf90107fe-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010805-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010813-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010814-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf901081b-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010829-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf901082a-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010831-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf901083f-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010840-f9010776, #w-node-a18b124a-a390-bc5b-1beb-9e6bf9010847-f9010776 {
    grid-area: span 1/span 3/span 1/span 3;
  }
  #w-node-_72298d0b-72ac-a2ee-e262-796e086f162b-f9010776 {
    grid-area: 2/1/3/3;
  }
  #w-node-_3353c64e-353c-51ce-4b35-8a2087705fe3-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087705fe4-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087705feb-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087705ff9-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087705ffa-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706001-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a208770600f-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706010-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706017-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706025-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706026-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a208770602d-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a208770603b-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a208770603c-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706043-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706051-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706052-87705f88, #w-node-_3353c64e-353c-51ce-4b35-8a2087706059-87705f88 {
    grid-area: span 1/span 3/span 1/span 3;
  }
  #w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49c-87705f88, #w-node-a1d4122b-39df-8a90-f18a-6e4095072082-ecc0c30e {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_72298d0b-72ac-a2ee-e262-796e086f162b-f9010776, #w-node-_7097bdd9-8665-0fec-9764-2a8b5e89a49c-87705f88, #w-node-a1d4122b-39df-8a90-f18a-6e4095072082-ecc0c30e {
    grid-area: 2/1/3/3;
  }
}
@font-face {
  font-family: "Ulmoderatweb";
  src: url("../fonts/ULModeratWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ulmoderatweb";
  src: url("../fonts/ULModeratWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ulmoderatweb";
  src: url("../fonts/ULModeratWeb-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Moderat Mono";
  src: url("../fonts/Moderat-Mono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  height: auto;
  width: 100%;
  overflow: auto;
  overscroll-behavior: none;
}

@media (min-width: 992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="57924637-2625-8931-7be7-e49cbc80b7ae"] {
    opacity: 0;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="93395a49-c727-6d15-a333-366f56abd92a"] {
    opacity: 0;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id=af7994e2-e174-6abe-3021-77ffc32cd8c1] {
    opacity: 1;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id=f6e5937d-47bd-a80f-fd42-daba1af9881e] {
    opacity: 0;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id=f6e5937d-47bd-a80f-fd42-daba1af98806] {
    opacity: 1;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id=f6e5937d-47bd-a80f-fd42-daba1af9880b] {
    opacity: 0;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id=f6e5937d-47bd-a80f-fd42-daba1af98818] {
    height: 100%;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id=f6e5937d-47bd-a80f-fd42-daba1af98804] {
    height: 100%;
  }
}
input::placeholder {
  color: red;
  opacity: 1; /* For Firefox, to ensure full opacity */
}

textarea::placeholder {
  color: red;
  opacity: 1; /* For Firefox, to ensure full opacity */
}

[data-wf-bgvideo-fallback-img] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-wf-bgvideo-fallback-img] {
    position: absolute;
    z-index: -100;
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.track-horizontal-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 20s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.track-horizontal {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 20s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-contain {
  pointer-events: none;
}

.list::-webkit-scrollbar {
  display: none;
}

/*# sourceMappingURL=global.css.map */
