:root {
  --para-2: "DM Sans", sans-serif;
  --light-blue: #c6e2ec;
  --heading: "Playfair Display", sans-serif;
  --white-text: white;
  --button-bg: #2985a3;
  --para-1: "Source Sans 3", sans-serif;
  --black: black;
  --para-text: #64748b;
  --black-text: black;
  --white-bg: white;
  --home-contact-bg: #a3b4c2;
  --default-line-height: 1.2;
  --tag-bg: #e8ebee;
  --dark-blue: #2966a3;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.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;
}

.page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pgd-hero-main-div {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Prabir-GD-Banner-images.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;
}

.pgd-hero-sub-div {
  text-transform: uppercase;
}

.pgd-hero-subtitle-text {
  font-family: var(--para-2);
  color: var(--light-blue);
  text-align: center;
  letter-spacing: 5px;
  font-size: 16px;
}

.pgd-hero-title-text {
  font-family: var(--heading);
  color: var(--white-text);
  text-align: center;
  text-transform: none;
  font-size: 72px;
  line-height: 1.2;
}

.text-span {
  color: var(--button-bg);
}

.pgd-hero-para-text {
  font-family: var(--para-2);
  color: var(--white-text);
  text-align: center;
  text-transform: none;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.pgd-hero-button-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.pgd-hero-button-1 {
  background-color: var(--button-bg);
  font-family: var(--para-1);
  text-transform: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 20px;
}

.pgd-hero-button-2 {
  border: 1px solid var(--light-blue);
  font-family: var(--para-1);
  text-transform: none;
  background-color: #3898ec00;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 20px;
}

.pgd-hero-button-2.button-primary {
  border-color: var(--black);
}

.pgd-about-main-div {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pgd-about-sub-div {
  width: 1200px;
  display: flex;
}

.pgd-about-photo-div {
  width: 50%;
}

.pgd-about-content-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.pgd-about-subtitle {
  font-family: var(--para-1);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
}

.pgd-about-title {
  font-family: var(--heading);
  margin-top: 20px;
}

.pgd-about-content-sub-div {
  width: 80%;
}

.pgd-about-para-text {
  font-family: var(--para-2);
  color: var(--para-text);
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.pgd-about-para-text.contact {
  text-align: center;
}

.pgd-cta-button {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.pgd-button-image {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.pgd-underline-div {
  background-color: var(--black-text);
  width: 100%;
  height: 1px;
}

.pgd-button-link-block {
  color: var(--black-text);
  margin-top: 20px;
  text-decoration: none;
}

.pgd-button-link-block.top-margin {
  margin-top: 40px;
}

.pgd-about-page-hero-main-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.pgd-about-page-hero-sub-div {
  width: 1200px;
}

.pgd-about-page-hero-title {
  font-family: var(--heading);
  font-size: 72px;
  line-height: 1.2;
}

.pgd-about-page-hero-para-text {
  font-family: var(--para-2);
  color: var(--para-text);
  font-size: 18px;
  line-height: 1.2;
}

.pgd-about-page-hero-para-text.bold {
  font-weight: 700;
}

.pgd-about-page-divider {
  background-color: var(--para-text);
  width: 100%;
  height: 1px;
  margin-top: 60px;
}

.pgd-about-page-exp-main-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.pgd-about-page-exp-main-div.bottom-margin {
  padding-bottom: 60px;
}

.pgd-about-page-exp-sub-div {
  width: 1200px;
}

.pgd-about-exp-title {
  font-family: var(--heading);
  line-height: 1.2;
}

.pgd-about-exp-div {
  flex-flow: row;
  margin-top: 40px;
  line-height: 18px;
  display: flex;
}

.pgd-about-exp-timeline-img {
  width: 20px;
  margin-top: 3px;
}

.pgd-about-exp-timeline-img.hide {
  display: none;
}

.pgd-about-exp-sub-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-left: 20px;
}

.pgd-about-exp-sub-title-text {
  font-family: var(--heading);
  margin-top: 0;
}

.pgd-about-exp-year-text {
  font-family: var(--para-2);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.pgd-about-exp-year-text.hide {
  display: none;
}

.pgd-about-exp-uni-text {
  font-family: var(--para-2);
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
}

.pgd-about-exp-uni-text.edu {
  margin-top: 0;
}

.pgd-about-exp-uni-text.hide {
  display: none;
}

.pgd-about-exp-extra {
  width: 65%;
  color: var(--para-text);
  font-size: 16px;
  line-height: 1.2;
}

.pgd-about-exp-div-2 {
  margin-top: 10px;
}

.pgd-about-exp-div-2.edu {
  margin-top: 0;
}

.pgd-home-contact-main-div {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pgd-home-contact-sub-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.pgd-home-contact-para-text {
  width: 75%;
  font-family: var(--para-2);
  color: var(--para-text);
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
}

.pgd-home-contact-para-text.top-margin {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.4;
}

.pgd-home-contact-para-text.hide {
  display: none;
}

.pgd-home-contact-form-block {
  width: 50%;
  margin-top: 40px;
}

.pgd-home-contact-form-label {
  font-family: var(--para-2);
  font-size: 15px;
  font-weight: 600;
}

.pgd-home-contact-form-label.top-margin {
  margin-top: 20px;
}

.pgd-home-contact-form-text-field {
  border-radius: 5px;
}

.pgd-home-contact-form-text-field:focus {
  border: 1px solid var(--button-bg);
}

.pgd-home-contact-form-button {
  background-color: var(--black);
  border-radius: 5px;
  margin-top: 20px;
}

.pgd-home-contact-form-textarea {
  border-radius: 5px;
}

.pgd-about-career-main-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pgd-about-career-sub-div {
  width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pgd-home-career-main-div {
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pgd-home-career-sub-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.pgd-home-career-grid-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 20px;
  display: flex;
}

.pgd-home-career-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pgd-home-career-grid.hide {
  display: none;
}

.pgd-home-career-grid-item-main-div {
  background-color: var(--white-bg);
  border-radius: 7px;
  height: 300px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pgd-home-career-grid-item-sub-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  display: flex;
}

.pgd-home-career-grid-item-title {
  font-family: var(--heading);
  margin-top: 0;
  font-size: 22px;
}

.pgd-home-career-grid-item-para {
  font-family: var(--para-2);
  color: var(--para-text);
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.pgd-home-career-grid-item-image {
  width: 70px;
  height: 70px;
}

.pgd-home-career-grid-item-image.hide {
  vertical-align: baseline;
  display: none;
}

.pgd-research-hero-main-div {
  background-color: var(--home-contact-bg);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pgd-research-hero-main-div.home {
  background-color: var(--white-bg);
  width: 1200px;
}

.pgd-research-hero-sub-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.pgd-research-hero-title {
  font-family: var(--heading);
  font-size: 72px;
  line-height: 1.2;
}

.pgd-research-hero-subheading {
  font-family: var(--para-2);
  color: var(--para-text);
  font-size: 17px;
  line-height: var(--default-line-height);
  text-align: center;
}

.pgd-research-hero-grid-div {
  margin-top: 40px;
}

.pgd-research-hero-grid-div.home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pgd-research-hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.pgd-research-hero-grid.home {
  grid-column-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.pgd-research-hero-grid-item-div {
  background-color: var(--white-bg);
  border-radius: 10px;
  padding: 30px 20px;
}

.pgd-research-hero-grid-item-div.hide {
  display: none;
}

.pgd-research-hero-grid-item-image.hide {
  vertical-align: baseline;
  display: none;
}

.pgd-research-hero-grid-item-heading {
  font-family: var(--heading);
  font-size: 22px;
  line-height: 1.2;
}

.pgd-research-hero-grid-item-heading.hide {
  display: none;
  position: static;
  overflow: visible;
}

.pgd-research-hero-grid-item-para {
  font-family: var(--para-2);
  color: var(--para-text);
  font-size: 16px;
  line-height: 1.4;
}

.pgd-research-hero-grid-item-para.hide {
  display: none;
}

.pgd-research-hero-grid-item-sub-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.pgd-research-hero-grid-item-sub-div.hide {
  display: none;
}

.pgd-research-hero-grid-item-tag {
  background-color: var(--tag-bg);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: inline-flex;
}

.pgd-research-hero-grid-item-tag.margin {
  margin-left: 10px;
}

.pgd-page-h1-heading {
  font-family: var(--heading);
  color: var(--white-text);
  margin-top: 10px;
  font-size: 72px;
  line-height: 1.2;
}

.pgd-page-h1-heading.hide {
  display: none;
}

.pgd-page-sub-heading {
  font-family: var(--para-2);
  color: var(--button-bg);
  font-size: 15px;
  line-height: var(--default-line-height);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.pgd-page-main-para {
  width: 75%;
  font-family: var(--para-2);
  color: var(--para-text);
  font-size: 17px;
  line-height: var(--default-line-height);
  text-align: center;
}

.pgd-pub-hero-main-div {
  background-color: var(--home-contact-bg);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pgd-pub-hero-sub-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.pgd-pub-hero-sub-div.home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.pgd-pub-tab-div {
  margin-top: 40px;
}

.pgd-pub-tab-div.hide {
  display: none;
}

.pgd-pub-tabs-menu {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pgd-pub-tabs-link {
  color: var(--dark-blue);
  border-radius: 20px;
  margin-top: 10px;
  text-decoration: underline;
  display: block;
}

.pgd-pub-tabs-link.w--current {
  background-color: var(--black);
  color: var(--white-text);
  border-radius: 20px;
}

.pgd-pub-tabs-label {
  font-family: var(--para-2);
}

.pgd-pub-tabs-content {
  margin-top: 40px;
}

.pgd-pub-tabs-div {
  background-color: var(--white-bg);
  border: 1px solid #ccc;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 20px;
}

.pgd-pub-tabs-div.highlight {
  background-color: var(--tag-bg);
}

.pgd-pub-tabs-div.done {
  background-color: var(--light-blue);
}

.pgd-pub-tabs-h3 {
  font-family: var(--heading);
  color: var(--black-text);
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.pgd-pub-tabs-sub-text-1 {
  font-family: var(--para-2);
  color: var(--para-text);
  font-style: italic;
  display: inline-flex;
}

.pgd-pub-tabs-sub-text-2 {
  font-family: var(--para-2);
  color: var(--para-text);
  margin-left: 10px;
  font-weight: 600;
  display: inline-flex;
}

.pgd-pub-tabs-sub-text-2.left-margin {
  margin-left: 0;
}

.paragraph {
  font-family: var(--para-2);
  color: var(--para-text);
  margin-top: 10px;
}

.paragraph.highlight {
  color: var(--dark-blue);
}

.pgd-page-banner-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/prabir-gd-publication-banner-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: flex;
}

.pgd-page-banner-section.about {
  background-image: linear-gradient(#0000, #0000), url('../images/prebir-gd-about-banner.webp');
  width: 100%;
}

.pgd-page-banner-section.research {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/prabir-gd-research-banner-image.webp');
}

.pgd-page-banner-section.contact {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pgd-contact-banner.webp');
}

.pgd-page-banner-section.media {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/journal-banner-new.webp');
}

.pgd-page-h2-heading {
  font-family: var(--heading);
  font-size: 32px;
  line-height: 1.2;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  font-family: var(--para-2);
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  justify-content: center;
  align-items: center;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.research {
  margin-top: 40px;
  position: static;
}

.button-primary.top-margin {
  margin-top: 60px;
}

.pgd-nav-title {
  font-family: var(--heading);
  color: var(--black-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-list-item.hide {
  display: none;
}

.footer-dark {
  background-color: var(--light-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-top: 10px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.hide {
  display: none;
}

.title-small {
  font-family: var(--heading);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  font-family: var(--para-2);
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  margin-top: 0;
  margin-left: 0;
}

.footer-social-block.hide {
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  font-family: var(--para-2);
  color: var(--para-text);
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.pgd-about-list-item {
  font-family: var(--para-2);
  color: var(--para-text);
  font-size: 18px;
  line-height: 1.2;
}

.footer-logo-main-div {
  flex-flow: column;
  display: flex;
}

.footer-image-logo {
  mix-blend-mode: normal;
  width: 200px;
  margin-top: 20px;
}

.pgd-media-page-hero-main-div {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.gallery-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-overview.hide {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.pgd-media-page-hero-cub-div {
  width: 1200px;
}

.pgd-footer-main-div {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.designed-seed {
  color: var(--black);
  text-decoration: underline;
}

.pgd-home-media-main-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pgd-home-media-main-div.hide {
  display: none;
}

.pgd-home-media-video {
  width: 100vw;
  height: 100vh;
  display: none;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.clone-section {
  margin-bottom: 50vh;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  display: none;
  inset: auto auto 0% 0%;
}

.carousel-slider {
  width: 33.33%;
  height: 300px;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-body {
  background-color: var(--white-bg);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.carousel-mask {
  overflow: visible;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.container-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: flex;
}

.pgd-home-career-heading {
  font-family: var(--heading);
  color: var(--black-text);
}

.pgd-home-career-para {
  font-family: var(--para-2);
  color: var(--para-text);
  font-size: 17px;
  line-height: 1.4;
}

.pgd-home-career-nav-arrow {
  color: var(--black);
}

.pgd-research-hero-sub-div-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pgd-research-hero-sub-div-2.hide {
  display: none;
}

.pgd-about-exp-timeline--main-div {
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  display: flex;
  position: relative;
}

.pgd-about-exp-timeline-circle {
  z-index: 20;
  background-color: var(--white-bg);
  border: 2px solid #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  position: absolute;
}

.pgd-about-exp-timeline-line {
  z-index: 10;
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
}

.pgd-home-career-mobile {
  display: none;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2 {
  font-family: var(--heading);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 100%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 64%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl-text-style-medium {
  width: 80%;
  font-family: var(--para-2);
  color: var(--para-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery21_heading-wrapper {
  z-index: 100;
  background-color: var(--white-bg);
  width: 50%;
  height: 600px;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_gallery21_arrow-icon-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide-2 {
  padding-right: 2rem;
}

.rl_gallery21_mask-2 {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_lightbox-link-2 {
  width: 100%;
}

.rl_gallery21_arrow-right-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery21_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21-2 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl_blog33_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.pgd-media-slider-div {
  width: 50%;
  height: 50%;
}

.pgd-media-link {
  font-family: var(--para-2);
  color: var(--dark-blue);
  margin-top: 10px;
  font-size: 16px;
  display: block;
}

.pgd-home-research-main-div {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pgd-home-publications-main-div {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.scroll-indicator {
  background-color: #717dff;
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section.expand {
  height: 200vh;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scroll-details {
  margin-bottom: 0;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-4.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.timeline-header {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.c-details {
  margin-bottom: 40px;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.gallery-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list-2.hide {
  display: none;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.heading-2 {
  padding-right: 105px;
}

.paragraph-2 {
  padding-right: 100px;
}

.image, .image-2, .image-3 {
  border-radius: 8px;
}

.section-2 {
  display: none;
}

.pgd-home-career-timeline-div {
  width: 100%;
}

.pgd-home-career-timeline-box-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  height: 300px;
  display: flex;
}

.pgd-home-career-timeline-content-div {
  height: 50%;
  padding-right: 20px;
}

.pgd-home-career-timeline-item-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.home-career-timeline-circle {
  z-index: 3;
  background-color: var(--white-bg);
  border: 2px solid #000;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 0%;
}

.home-career-timeline-line {
  background-color: var(--para-text);
  width: 100%;
  height: 2px;
}

.home-career-timeline-box-div {
  flex-flow: column;
  justify-content: center;
  width: 40%;
  display: flex;
}

.pgd-contact-form-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pgd-contact-form-div.hide {
  display: none;
}

.pgd-google-form-code {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .pgd-home-contact-para-text.top-margin {
    width: 50%;
  }

  .card-body {
    justify-content: center;
    align-items: flex-start;
  }

  .pgd-slide-nav, .pgd-home-career-nav-arrow {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .pgd-about-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-about-sub-div {
    width: 100%;
  }

  .pgd-about-page-hero-main-div, .pgd-about-page-exp-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-home-contact-sub-div {
    width: 100%;
  }

  .pgd-home-career-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-home-career-sub-div, .pgd-home-career-grid-div {
    width: 100%;
  }

  .pgd-home-career-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pgd-research-hero-main-div.home {
    width: 100%;
  }

  .pgd-research-hero-sub-div {
    width: auto;
  }

  .pgd-pub-hero-sub-div.home {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .pgd-media-page-hero-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 4.5rem;
  }

  .section.expand {
    height: auto;
    overflow: hidden;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pgd-research-hero-grid-div {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pgd-research-hero-grid {
    grid-template-columns: 1fr;
  }

  .pgd-research-hero-grid-item-sub-div {
    grid-template-columns: 1fr 1fr;
  }

  .pgd-pub-hero-main-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .scroll-base {
    position: relative;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_component {
    flex-flow: column;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery21_heading-wrapper {
    width: 100%;
    height: auto;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_slide-2 {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask-2 {
    width: 100%;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left-2 {
    right: 3.5rem;
  }

  .gallery-overview-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .pgd-hero-main-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pgd-hero-sub-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pgd-hero-subtitle-text {
    width: 75%;
  }

  .pgd-hero-title-text {
    font-size: 56px;
  }

  .pgd-hero-para-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .pgd-about-sub-div {
    flex-flow: column;
  }

  .pgd-about-photo-div {
    width: 100%;
  }

  .pgd-about-content-div {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-about-content-sub-div {
    width: 100%;
  }

  .pgd-about-page-hero-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-about-page-hero-para-text {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
  }

  .pgd-about-page-exp-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-about-exp-timeline-img {
    height: 100%;
  }

  .pgd-about-exp-extra {
    width: 100%;
  }

  .pgd-home-contact-main-div {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-home-contact-sub-div {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .pgd-home-contact-para-text {
    text-align: left;
    width: 85%;
  }

  .pgd-home-contact-para-text.top-margin {
    text-align: left;
    width: 95%;
  }

  .pgd-home-contact-form-block {
    width: 100%;
  }

  .pgd-home-career-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-home-career-sub-div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .pgd-home-career-grid-div {
    width: 100%;
  }

  .pgd-home-career-grid {
    grid-template-columns: 1fr;
  }

  .pgd-home-career-grid-item-main-div {
    flex-flow: column;
  }

  .pgd-home-career-grid-item-sub-div {
    margin-top: 10px;
    margin-left: 0;
  }

  .pgd-research-hero-main-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pgd-research-hero-main-div.home {
    padding-left: 0;
    padding-right: 0;
  }

  .pgd-research-hero-sub-div {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .pgd-research-hero-grid-div.home.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .pgd-research-hero-grid, .pgd-research-hero-grid.home {
    grid-template-columns: 1fr;
  }

  .pgd-research-hero-grid-item-div {
    flex-flow: column;
  }

  .pgd-research-hero-grid-item-div.no-left-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .pgd-research-hero-grid-item-sub-div {
    grid-template-columns: 1fr;
  }

  .pgd-research-hero-grid-item-tag.margin {
    margin-left: 0;
  }

  .pgd-page-h1-heading {
    font-size: 48px;
  }

  .pgd-page-main-para {
    text-align: left;
    width: 100%;
  }

  .pgd-pub-hero-sub-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pgd-pub-hero-sub-div.home {
    justify-content: center;
    align-items: flex-start;
  }

  .pgd-pub-tab-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .pgd-pub-tabs {
    width: 95%;
  }

  .pgd-pub-tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pgd-pub-tabs-content {
    justify-content: center;
    align-items: flex-start;
  }

  .pgd-pub-tabs-sub-div {
    flex-flow: column;
  }

  .pgd-pub-tabs-sub-text-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .pgd-pub-tabs-main-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pgd-page-h2-heading {
    margin-top: 10px;
    font-size: 36px;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .pgd-contact-hero-sub-div, .footer-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .carousel-slider {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .pgd-research-hero-sub-div-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .pgd-home-career-desktop {
    display: none;
  }

  .pgd-home-career-mobile {
    width: 100vw;
    display: block;
  }

  .rl_gallery21_component {
    flex-flow: column;
  }

  .pgd-media-slider-div {
    width: 100%;
    height: 100%;
  }

  .timeline-header {
    font-size: 2em;
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-a3a9e18d-1670-97dd-1eb6-671259cc9ed1-10338b19, #w-node-af1db3dc-f5e6-9b09-6bd1-1a2da8b9aedd-10338b19, #w-node-_4f8eafc1-9502-e527-b60e-32ef19a0d034-10338b19, #w-node-b39bf430-21a3-655c-db67-368a045137a1-10338b19, #w-node-b39bf430-21a3-655c-db67-368a045137b3-10338b19, #w-node-b39bf430-21a3-655c-db67-368a045137b4-10338b19, #w-node-a339d10c-c560-71cf-9e66-7997fd6c6a41-10338b19, #w-node-b39bf430-21a3-655c-db67-368a045137b8-10338b19, #w-node-b39bf430-21a3-655c-db67-368a045137b9-10338b19, #w-node-_52bd3381-2de6-5028-1bb9-d0aebc0b8486-10338b19, #w-node-_1750d9d2-af55-8fae-679f-8321700766ed-700766e6, #w-node-_1750d9d2-af55-8fae-679f-8321700766f8-700766e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1750d9d2-af55-8fae-679f-832170076708-700766e6 {
  place-self: auto end;
}

#w-node-_1750d9d2-af55-8fae-679f-832170076701-700766e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6cb6983-c446-e3b5-4c1b-986bb2c87f79-da9a8944, #w-node-fde4da95-df1d-c5c9-0e0f-a7d4c723dda4-da9a8944, #w-node-_89b57f20-3207-1857-3edd-f0b1ff744d14-da9a8944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94026c16-0317-fd05-28a3-49780cb1f65c-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f65d-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f65e-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f65f-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f660-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f661-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f662-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f663-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f664-e6e4b3d2, #w-node-_94026c16-0317-fd05-28a3-49780cb1f665-e6e4b3d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c542842-0a12-985c-9f69-b50793a417a3-fe6121d8, #w-node-_9c542842-0a12-985c-9f69-b50793a417b1-fe6121d8, #w-node-_9c542842-0a12-985c-9f69-b50793a417cb-fe6121d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf0-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf1-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf2-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf3-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf4-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf5-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf6-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf7-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf8-fe6121d8, #w-node-_4f296ca9-ce05-6da0-283a-6196fdf30bf9-fe6121d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b39bf430-21a3-655c-db67-368a045137a1-10338b19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b39bf430-21a3-655c-db67-368a045137a1-10338b19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1750d9d2-af55-8fae-679f-832170076708-700766e6 {
    justify-self: start;
  }

  #w-node-e6cb6983-c446-e3b5-4c1b-986bb2c87f75-da9a8944, #w-node-e6cb6983-c446-e3b5-4c1b-986bb2c87f77-da9a8944, #w-node-_9c542842-0a12-985c-9f69-b50793a4179d-fe6121d8, #w-node-_9c542842-0a12-985c-9f69-b50793a417a0-fe6121d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


