.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}

a {
  margin-right: 15px;
  margin-left: 15px;
  border: 1.5px none #000;
  border-radius: 5px;
  text-decoration: none;
}

.container {
  position: absolute;
  z-index: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-column-gap: 28px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px none #000;
  border-radius: 2px;
}

.heading {
  display: block;
}

.columns {
  border: 1px solid #000;
}

.columns-2 {
  border: 1px solid #000;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  max-width: 60%;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero {
  background-image: url('../images/Liquid_nitrogen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1900px;
  height: 500px;
  max-height: 500px;
  max-width: 1900px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.master-card {
  padding: 10px;
}

.master-card:hover {
  padding: 21px;
}

.master-column {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #0185d5;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.master-column:hover {
  background-color: #fff;
  box-shadow: 4px 4px 5px 0 #0185d5;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.standard-container {
  position: static;
  display: block;
  max-width: 1100px;
  padding: 20px 50px;
  background-color: #fff;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), none;
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.container-2 {
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 29px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 33px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 29px auto;
  grid-template-rows: auto auto;
}

.text-heading {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image {
  width: auto;
  height: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block {
  position: static;
  text-align: center;
}

.div-block {
  display: block;
  height: 50%;
}

.div-block-2 {
  font-size: 0%;
  line-height: 50%;
}

.column {
  display: block;
}

.cards-section {
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.cards-grid-container-3 {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100.00000782502003%;
  max-width: none;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(1, 133, 213, 0);
  border-radius: 5px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-span {
  color: #703090;
}

.text-product-highlight {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  font-family: Lato, sans-serif;
  text-align: center;
}

.bold-text {
  text-align: center;
}

.heading-3 {
  margin-bottom: 20px;
  direction: ltr;
  text-align: center;
}

.tile-header {
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.heading-5 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.resource-card-block {
  margin: 10px;
  padding: 10px;
  border-style: none;
  border-width: 1.5px;
  border-color: #0185d5;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 2px 2px 3px 0 #000;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.resource-card-block:hover {
  box-shadow: 4px 4px 6px 2px #00788a;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.feature-section {
  padding: 10px 100px 30px;
  background-color: #fff;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.feature-image-mask {
  width: auto;
  max-height: 300px;
  max-width: 300px;
  margin-right: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  white-space: normal;
}

.feature-image {
  width: 80%;
  height: 80%;
  border-style: solid;
  border-width: 1.5px;
  border-color: #0185d5;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-4 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-2 {
  display: block;
  padding: 10px 100px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.hero-image-mask {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section-2 {
  padding: 40px 50px 50px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
}

.text-span-2 {
  color: #703090;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 0.5fr;
  grid-template-columns: 1fr 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
}

.slide {
  width: auto;
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  width: auto;
}

.slide-2 {
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  position: static;
  width: 60%;
  clear: none;
  text-align: left;
}

.slide-4 {
  background-image: url('../images/5991-6376-Slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/5994-0199-Slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link {
  position: static;
  display: block;
  width: 50%;
  height: 100%;
  max-width: none;
  float: right;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.slide-6 {
  max-width: 1100px;
  background-image: url('../images/Intact-Analysis-Banner_lc.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/5994-3005-Slider-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  max-width: 100%;
  margin-bottom: 15px;
  margin-left: 15px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.slider-section {
  display: block;
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  max-width: 300px;
  margin-top: -30px;
  margin-bottom: 15px;
  margin-left: 50px;
  padding-left: 0px;
  float: right;
  border-radius: 5px;
}

.paragraph-2 {
  text-align: center;
}

.text-span-3 {
  color: #703090;
}

.heading-8 {
  text-align: center;
}

.heading-9 {
  text-align: center;
}

.heading-10 {
  text-align: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.body {
  background-color: #fff;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-style: none;
  border-width: 1.5px;
  border-color: #0185d5;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-11 {
  text-align: center;
}

.heading-12 {
  text-align: center;
}

.heading-13 {
  text-align: center;
}

.jump-grid-block {
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px #000;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.jump-grid-block:hover {
  box-shadow: 1px 1px 3px 1px #00788a;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.cards-section-3 {
  padding-top: 45px;
  padding-bottom: 25px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container-mega {
  display: -ms-grid;
  display: grid;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.heading-14 {
  position: static;
  top: -132px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.heading-15 {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.heading-16 {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.heading-17 {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.heading-18 {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.cards-section-4 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.lightbox-link-2 {
  position: static;
  left: 70px;
  max-width: 500px;
  padding: 10px 30px 30px 40px;
  float: right;
  clear: right;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.hero-overlay-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 300px;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/Hero-banner-LGC-Virus-particle.png');
  background-position: 0% 75%;
  background-size: cover;
  color: #fff;
}

.hero-heading-h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  box-shadow: 1px 1px 6px -1px #000;
  opacity: 1;
  font-family: Lato, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.jump-link-header {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.card-paragraph {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
}

.hero-paragraph {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-6 {
  font-family: Lato, sans-serif;
}

.paragraph-7 {
  font-family: Lato, sans-serif;
}

.paragraph-8 {
  font-family: Lato, sans-serif;
}

.heading-20 {
  font-family: Lato, sans-serif;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
}

.paragraph-10 {
  font-family: Lato, sans-serif;
}

.heading-21 {
  font-family: Lato, sans-serif;
}

.paragraph-11 {
  font-family: Lato, sans-serif;
}

.paragraph-12 {
  font-family: Lato, sans-serif;
}

.paragraph-13 {
  font-family: Lato, sans-serif;
}

.hero-overlay-td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Titer-Analysis-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.hero-overlay-pi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 0%;
  max-height: none;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Protein-Identification-R.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-overlay-ga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #703090;
  border-bottom: 2px none #703090;
  background-image: url('../images/Glycan-Analysis-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-overlay-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), none;
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-cva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Charge-Variant-Analysis-R.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-overlay-aa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Aggregate-Analysis-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.header-slide {
  width: auto;
  max-width: none;
  border-style: none;
  border-width: 2px;
  border-color: #0085d5;
  border-radius: 5px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.more-resources-header {
  margin-bottom: 20px;
}

.main-slider {
  overflow: hidden;
  max-width: 1100px;
  border-style: solid;
  border-width: 1px;
  border-color: #0085d5;
  border-radius: 5px;
  cursor: pointer;
}

.container-3 {
  overflow: visible;
  max-width: 1100px;
}

.div-block-3 {
  padding-left: 30px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  padding-right: 30px;
}

.div-block-6 {
  padding-right: 30px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding: 5px 20px;
  background-color: #00788a;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 14px 0.75fr 14px 0.75fr 14px 0.75fr 14px 0.75fr 14px 1fr;
  grid-template-columns: 1fr 0.75fr 0.75fr 0.75fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 16px;
  line-height: 20px;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 0%;
}

.nav-logo {
  width: auto;
  height: 100%;
  max-width: 100%;
  border-radius: 23%;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  opacity: 0.8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.slide-9 {
  background-image: url('../images/5991-8633-Slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.peptide-slide {
  background-image: url('../images/Peptide-Analysis-banner_lc.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/5994-3005-Slider-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/5994-2718-Slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/5994-2836-Slider.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.standard-paragraph {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.feature-paragraph {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.flex-container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ebebeb;
}

.block-quote {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 5px solid #003162;
  border-left: 0px none #703090;
  font-family: Lato, sans-serif;
  color: #003162;
  font-size: 16px;
  text-align: right;
}

.text-span-4 {
  color: #000;
  font-size: 16px;
}

.image-4 {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #0185d5;
  border-radius: 5px;
}

.link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.heading-22 {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.heading-22:hover {
  color: #703090;
}

.link-2 {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.link-2:hover {
  color: #703090;
}

.title-link {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #703090;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.title-link:hover {
  color: #703090;
  text-decoration: underline;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-3:hover {
  color: #703090;
  text-decoration: underline;
}

.text-link {
  border-style: none none dashed;
  border-width: 1px;
  border-color: #703090;
  color: #703090;
  text-decoration: none;
}

.text-link:hover {
  border: 1px none #000;
  color: #703090;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.heading-23 {
  text-align: center;
}

.heading-24 {
  text-align: center;
}

.heading-25 {
  text-align: center;
}

.heading-26 {
  text-align: center;
}

.heading-27 {
  text-align: center;
}

.paragraph-14 {
  padding-bottom: 0px;
  font-size: 10px;
  text-decoration: none;
  white-space: normal;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.columns-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.body-column {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.resource-card-block-inline {
  padding: 10px;
  border-style: none;
  border-width: 1.5px;
  border-color: #0185d5;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 #000;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.resource-card-block-inline:hover {
  box-shadow: 4px 4px 6px 2px #0185d5;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.cards-image-mask-inline {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image-inline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-style: solid;
  border-width: 1.5px;
  border-color: #0185d5;
  border-radius: 5px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-5 {
  position: static;
  display: block;
  overflow: visible;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  display: block;
  width: 200px;
  max-width: none;
}

.body-column-right {
  display: block;
  height: 20%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-7 {
  position: static;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-7 {
  display: block;
  width: 58%;
  height: 58%;
  max-height: none;
  max-width: none;
  border-radius: 5px;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  display: block;
  max-width: 90%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-5 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-10 {
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1.5px;
  border-color: #0085d5;
  border-radius: 5px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  max-width: 80%;
}

.download-cta {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #703090;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.review-grid {
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-11 {
  max-height: none;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.container-5 {
  max-width: 1200px;
}

.body-colum-right {
  display: block;
  max-height: 19%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-column-right-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-3 {
  position: static;
  width: 100%;
}

.div-block-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.standard-container-feature {
  position: static;
  display: block;
  max-width: 1100px;
  padding: 10px 50px 20px;
  background-color: #fff;
}

.image-caption {
  overflow: auto;
  max-width: 90%;
  padding-top: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #2c2c2c;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}

.div-block-9-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  font-size: 16px;
  line-height: 21px;
}

.list-item-2 {
  font-size: 16px;
  line-height: 21px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-8-copy {
  display: block;
  max-width: 70%;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.centered-container-hero {
  max-width: 100%;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/82542359_ML_Iliescu-Catalin.jpg');
  background-position: 60% 50%;
  background-attachment: scroll;
  text-align: center;
}

.title-container-two-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-link-caption {
  border-style: none none dashed;
  border-width: 1px;
  border-color: #703090;
  color: #703090;
  text-decoration: none;
}

.text-link-caption:hover {
  border: 1px none #000;
  color: #703090;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.card-list {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container-6 {
  margin-top: 25px;
  padding-top: 0px;
}

.body-column-right-video {
  display: block;
  height: 20%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-15 {
  font-size: 10px;
}

.button {
  display: block;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  max-width: 100%;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-3 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-3 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 500px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00788a;
  color: #fff;
  cursor: auto;
}

.centered-container-2 {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

.link-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.link-5 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.link-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.button-3 {
  width: 40%;
  margin: 10px 5px;
  padding: 10px;
  border-style: none;
  border-radius: 7px;
  background-color: #703090;
  text-align: center;
}

.button-4 {
  width: 40%;
  margin: 10px 5px;
  padding: 10px;
  border-style: none;
  border-radius: 7px;
  background-color: #00788a;
  text-align: center;
}

.div-block-15 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  text-align: center;
}

.heading-30 {
  text-align: center;
}

.cards-section-5 {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.centered-container-3 {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-31 {
  font-size: 24px;
  text-align: center;
}

.heading-32 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.heading-33 {
  font-size: 24px;
  text-align: center;
}

.heading-34 {
  text-align: center;
}

.button-5 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1.5px none #000;
  border-radius: 5px;
  text-align: center;
}

.div-block-16 {
  margin-left: 0px;
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 1px 2px 2px 0 #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.div-block-17 {
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 1px 2px 2px 0 #000;
}

.div-block-18 {
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 0 2px 2px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-19 {
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 1px 2px 2px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cards-section-6 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #703090;
}

.cards-grid-container-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
  text-align: left;
}

.cards-image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1.5px solid #000;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.div-block-20 {
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 1px 2px 2px 0 #000;
}

.div-block-21 {
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 1px 2px 2px 0 #000;
}

.div-block-22 {
  border: 1.5px none #000;
  border-radius: 5px;
  background-color: #ebebeb;
  box-shadow: 1px 2px 2px 0 #000;
}

.heading-35 {
  text-align: center;
}

.heading-36 {
  text-align: center;
}

.heading-37 {
  text-align: center;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3 {
  display: block;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

.paragraph-16 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.bold-text-3 {
  max-width: 1100px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.container-7 {
  margin-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

.bold-text-4 {
  text-align: center;
}

.grid-8 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-5 {
  width: 100%;
  height: 100px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-7 {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.link-8 {
  margin-right: 0px;
  margin-left: 0px;
}

.link-9 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-23 {
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.column-4 {
  text-align: center;
}

.bold-text-6 {
  color: #703090;
}

.bold-text-7 {
  color: #703090;
}

.chapter-heading-h2 {
  display: block;
  font-size: 33px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-9 {
  grid-template-areas: "Area Area-2"
    "Area-3 .";
}

.list-item-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.list-item-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.list-item-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.list-item-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.text-block {
  margin-bottom: 10px;
  text-align: left;
}

.text-block-2 {
  margin-bottom: 10px;
  text-align: left;
}

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #703090;
}

.column-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-10 {
  margin-right: 0px;
  margin-left: 0px;
}

.link-11 {
  margin-right: 0px;
  margin-left: 0px;
}

.link-12 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-13 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-14 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-15 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-block-5 {
  display: block;
  max-height: 133%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.link-16 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.bold-text-8 {
  color: #000;
  font-size: 16px;
}

.bold-text-9 {
  color: #077083;
  font-size: 16px;
}

.text-block-4 {
  text-align: left;
}

.tab-pane-tab-1 {
  text-align: left;
}

.tab-link-tab-1 {
  background-color: #703090;
}

.tab-link-tab-1.w--current {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #703090;
  color: #fff;
}

.text-block-5 {
  background-color: transparent;
}

.tab-link-tab-2 {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #703090;
  color: #fff;
}

.tabs {
  margin-top: 20px;
  padding-bottom: 20px;
}

.tabs-menu {
  padding-bottom: 20px;
  font-size: 16px;
}

.link-block-6 {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-width: 0px;
  border-radius: 11px;
}

.link-17 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.paragraph-17 {
  text-align: left;
}

.heading-40 {
  font-size: 30px;
}

.heading-41 {
  font-size: 30px;
}

.column-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
}

.column-8 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
}

.image-12 {
  display: inline-block;
  text-align: left;
}

.bold-text-10 {
  color: #703090;
}

.bold-text-11 {
  color: #703090;
}

.link-block-7 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-8 {
  position: static;
  display: inline-block;
  width: 100px;
  height: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-1 {
  overflow: visible;
  max-height: 500px;
  background-image: url('../images/Agilent-Section1-Carouselimage1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-2 {
  max-height: 500px;
  min-height: 0px;
}

.slide-13 {
  background-image: url('../images/Agilent-Section2-Carouselimage1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/Agilent-Section1-Carouselimage2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/Agilent-Section1-Carouselimage3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/Agilent-Section3-Carouselimage11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Agilent-Section1-Carouselimage5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-18 {
  margin-right: 0px;
  margin-left: 0px;
}

.bold-text-12 {
  color: #703090;
}

.link-19 {
  margin-right: 0px;
  margin-left: 0px;
}

.bold-text-13 {
  color: #703090;
}

.link-20 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-21 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-22 {
  margin-right: 0px;
  margin-left: 0px;
  color: #703090;
}

.link-23 {
  margin-right: 0px;
  margin-left: 0px;
}

.bold-text-14 {
  color: #703090;
}

.heading-43 {
  position: relative;
  display: block;
  width: 100%;
  height: 10vh;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(78, 149, 191, 0.69);
  text-align: center;
}

.watch-webinar-cta {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #85878b;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.cards-grid-container-5-3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
  text-align: left;
}

.cards-image-mask-3 {
  position: relative;
  overflow: hidden;
  width: 100.00000782502003%;
  max-width: none;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 0%;
}

.text-block-6 {
  font-weight: 700;
  text-align: left;
}

.div-block-24 {
  text-align: center;
}

.link-24 {
  margin-right: 0px;
  margin-left: 0px;
  color: #077083;
  font-weight: 700;
}

.button-7 {
  width: 40%;
  margin: 10px 5px;
  padding: 10px;
  border-style: none;
  border-radius: 7px;
  background-color: #0085d5;
  text-align: center;
}

.standard-paragraph-2 {
  display: block;
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #003162;
  font-size: 16px;
  line-height: 21px;
}

.button-8 {
  width: 40%;
  margin: 10px 5px;
  padding: 10px;
  border-style: none;
  border-radius: 7px;
  background-color: #703090;
  text-align: center;
}

.bold-text-17 {
  color: #000;
}

.italic-text {
  color: #000;
}

.bold-text-18 {
  font-size: 18px;
}

.list-item-7 {
  font-size: 16px;
  text-align: left;
}

.list-item-8 {
  text-align: left;
}

.list {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: left;
}

.link-25 {
  margin-right: 0px;
  margin-left: 0px;
  color: #4e95bf;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #703090;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #703090;
  mix-blend-mode: normal;
}

.paragraph-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.column-14 {
  display: block;
  max-height: 100%;
  padding-right: 10px;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.standard-paragraph-purple {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #703090;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.h3-purple {
  margin-top: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  color: #703090;
}

.footer-list {
  margin-left: -15px;
  padding-left: 0px;
}

.cards-section-3-reveal {
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph-19 {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-circles {
  position: relative;
  padding: 50px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading {
  margin-bottom: 16px;
  color: #703090;
  font-size: 30px;
  text-align: center;
}

.centered-subheading {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  width: 270px;
  height: 270px;
  margin-bottom: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position {
  margin-bottom: 24px;
}

.image-13 {
  border-radius: 5px;
}

.image-14 {
  max-height: 80%;
  max-width: 70%;
}

.footer-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 500px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00788a;
  color: #fff;
  cursor: auto;
}

.centered-container-short {
  position: relative;
  right: 140px;
  display: block;
  max-width: 30%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

.bold-text-19 {
  font-size: 18px;
}

.standard-paragraph-3 {
  display: block;
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-10 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 0.25fr 1fr;
  grid-template-rows: 0.25fr 1fr;
}

.cards-grid-container-mega-copy {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.body-hyperlink {
  margin-right: 0px;
  margin-left: 0px;
}

.body-link {
  margin-right: 0px;
  margin-left: 0px;
}

.hero-overlay-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 300px;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #00788a;
  background-image: url('../images/LGC-MDx-Decision-Tree-Image-V2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.list-item-right-align {
  text-align: left;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-div-block {
  max-width: 25%;
  min-width: 25%;
}

.grid-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.container-12 {
  max-width: 80%;
}

.nav-logo-copy {
  width: auto;
  height: 100%;
  max-width: 55%;
  border-radius: 15%;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.button-3-copy {
  width: 100%;
  margin: 10px 5px;
  padding: 10px;
  border-style: none;
  border-radius: 7px;
  background-color: #703090;
  text-align: center;
}

.centered-heading-copy {
  margin-bottom: 16px;
  color: #703090;
  font-size: 30px;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-image {
    display: block;
    max-width: 70%;
  }

  .cards-grid-container-mega {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00788a;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-10 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image-caption {
    max-width: 100%;
    padding-top: 10px;
  }

  .hero-overlay-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .button-3 {
    width: 40%;
  }

  .chapter-heading-h2 {
    margin-top: 10px;
  }

  .div-block-25 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .team-card {
    cursor: auto;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
    margin-bottom: 15px;
  }

  .image-13 {
    border-radius: 5px;
  }

  .container-11 {
    max-width: 30%;
  }

  .centered-container-short {
    position: relative;
    right: 140px;
    max-width: 30%;
    padding-top: 20px;
  }

  .grid-10 {
    -ms-grid-rows: 0.5fr 1fr;
    grid-template-rows: 0.5fr 1fr;
  }

  .cards-grid-container-mega-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .body-hyperlink {
    color: #703090;
    font-weight: 700;
    text-decoration: underline;
  }

  .hero-overlay-4-copy {
    background-color: #00788a;
    background-image: url('../images/LGC-MDx-Decision-Tree-Image-V2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .list-item-9 {
    text-align: left;
  }

  .list-item-10 {
    text-align: left;
  }

  .list-item-right-align {
    text-align: left;
  }

  .list-item-12 {
    text-align: left;
  }

  .div-block-27 {
    display: block;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-11 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-7 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }

  .container-12 {
    max-width: 80%;
  }

  .nav-logo-copy {
    max-width: 55%;
  }

  .centered-heading-copy {
    font-family: Lato, sans-serif;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  .heading {
    font-size: 20px;
  }

  .centered-container {
    max-width: 95%;
    padding-left: 0px;
  }

  .hero-overlay-2 {
    background-image: none;
    background-position: 50% 50%;
    background-size: contain;
  }

  .heading-2 {
    font-size: 20px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .cards-image-mask {
    width: auto;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .cards-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .slider-section {
    margin-bottom: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-grid-container-mega {
    grid-column-gap: 20px;
  }

  .hero-overlay-4 {
    height: 30vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/Hero-banner-LGC-Virus-particle.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-heading-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .jump-link-header {
    text-decoration: none;
  }

  .card-paragraph {
    font-size: 16px;
  }

  .hero-overlay-td {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Titer-Analysis-L.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Titer-Analysis-L.jpg');
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-pi {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Protein-Identification-R.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Protein-Identification-R.jpg');
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-ga {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Glycan-Analysis-L.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Glycan-Analysis-L.jpg');
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-cva {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Charge-Variant-Analysis-R.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Charge-Variant-Analysis-R.jpg');
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-aa {
    padding-top: 41px;
    padding-bottom: 41px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Aggregate-Analysis-L.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Aggregate-Analysis-L.jpg');
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .header-slide {
    padding-left: 0px;
    float: none;
    clear: none;
    font-size: 30px;
    text-align: right;
  }

  .nav-grid {
    margin-left: 0px;
    padding-left: 0px;
    grid-column-gap: 35px;
  }

  .nav-logo {
    border-radius: 15%;
  }

  .block-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .title-container {
    padding-left: 0px;
  }

  .image-7 {
    width: 80%;
    height: 100%;
    max-height: none;
    max-width: none;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-10 {
    max-width: 100%;
  }

  .container-4 {
    max-width: 100%;
  }

  .grid-6 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-caption {
    max-width: 100%;
  }

  .centered-container-hero {
    padding-left: 0px;
  }

  .title-container-two-lines {
    max-width: 85%;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-overlay-5 {
    margin-top: 20px;
  }

  .cards-grid-container-4 {
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1.25fr minmax(auto, 2fr) 1fr;
    grid-template-columns: 1fr 1.25fr minmax(auto, 2fr) 1fr;
  }

  .cards-grid-container-5 {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: ;
    grid-template-rows: repeat(auto-fit, minmax(200px, auto));
  }

  .link-block-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-5 {
    margin: 0px;
  }

  .heading-43 {
    text-align: center;
  }

  .cards-grid-container-5-3-col {
    grid-auto-flow: row;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(9%, 1fr));
  }

  .cards-image-mask-3 {
    width: auto;
    max-width: none;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .image-13 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-14 {
    max-height: 100%;
    max-width: 100%;
  }

  .footer-banner {
    margin-top: 20px;
  }

  .cards-grid-container-mega-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-overlay-4-copy {
    height: 30vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/LGC-MDx-Decision-Tree-Image-V2.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .html-embed {
    position: relative;
    left: auto;
    right: 10px;
    margin-right: 0px;
    text-align: center;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-16 {
    padding-left: 15px;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-logo-copy {
    border-radius: 15%;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .centered-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .standard-container {
    padding: 20px;
  }

  .hero-overlay-3 {
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image {
    width: 100%;
    height: auto;
  }

  .resource-card-block {
    display: block;
    width: 50%;
    text-align: left;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .cards-section-3 {
    padding: 40px 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-mega {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .hero-overlay-4 {
    height: 30vh;
    padding: 21px 20px;
  }

  .hero-heading-h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .hero-overlay-td {
    padding: 40px 20px;
  }

  .hero-overlay-pi {
    padding: 40px 20px;
  }

  .hero-overlay-ga {
    padding: 40px 20px;
  }

  .hero-overlay-3-copy {
    padding: 40px 20px;
  }

  .hero-overlay-cva {
    padding: 40px 20px;
  }

  .hero-overlay-aa {
    padding: 40px 20px;
  }

  .header-slide {
    font-size: 22px;
    line-height: 20px;
  }

  .div-block-4 {
    padding-right: 0px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    margin-left: 0px;
    grid-row-gap: 11px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
    list-style-type: none;
  }

  .flex-container-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-22 {
    line-height: 25px;
  }

  .body-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-7 {
    width: 80%;
    height: 80%;
  }

  .review-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .body-column-right-image {
    display: none;
    overflow: visible;
    padding-right: 0px;
    padding-left: 10px;
  }

  .div-block-10 {
    padding-left: 10px;
  }

  .div-block-11 {
    padding-left: 10px;
  }

  .image-caption {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-container-two-lines {
    padding-right: 0px;
  }

  .container-6 {
    padding-left: 10px;
  }

  .heading-28 {
    line-height: 25px;
  }

  .heading-29 {
    line-height: 25px;
  }

  .body-column-right-video {
    display: none;
    padding-right: 0px;
    padding-left: 20px;
  }

  .hero-3 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-overlay-5 {
    padding: 40px 20px;
  }

  .cards-section-5 {
    padding: 40px 20px;
  }

  .cards-grid-container-4 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-section-6 {
    padding: 40px 20px;
  }

  .cards-grid-container-5 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .main-content {
    padding: 40px 20px;
  }

  .heading-43 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  .cards-grid-container-5-3-col {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column-10 {
    display: none;
  }

  .column-11 {
    display: none;
  }

  .column-12 {
    display: none;
  }

  .cards-section-3-reveal {
    padding: 40px 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-banner {
    padding: 40px 20px;
  }

  .centered-container-short {
    right: 70px;
    max-width: 40%;
  }

  .cards-grid-container-mega-copy {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-overlay-4-copy {
    height: 30vh;
    padding: 21px 20px;
    background-size: cover;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .standard-container {
    padding: 20px;
  }

  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resource-card-block {
    width: 100%;
    margin-top: 20px;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-section {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .cards-section-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-mega {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lightbox-link-2 {
    left: -2px;
    display: inline-block;
    padding: 8px;
  }

  .hero-overlay-4 {
    height: 35vh;
    background-image: url('../images/Hero-banner-LGC-Virus-particle.png');
    background-position: 25% 100%;
    background-size: cover;
  }

  .hero-heading-h1 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .hero-overlay-td {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Titer-Analysis-L.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Titer-Analysis-L.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-pi {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Protein-Identification-R.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Protein-Identification-R.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .hero-overlay-ga {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Glycan-Analysis-L.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Glycan-Analysis-L.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-cva {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Charge-Variant-Analysis-R.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Charge-Variant-Analysis-R.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-overlay-aa {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Aggregate-Analysis-L.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Aggregate-Analysis-L.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header-slide {
    padding-left: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .div-block-5 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    margin-left: 0px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    max-width: 60%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .standard-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .title-container {
    text-align: left;
  }

  .body-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .body-column-right {
    overflow: visible;
    opacity: 1;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .review-grid {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .image-11 {
    margin-top: 20px;
  }

  .body-column-right-image {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .centered-container-hero {
    max-width: 75%;
    text-align: left;
  }

  .title-container-two-lines {
    max-width: 100%;
    padding-right: 0px;
    text-align: left;
  }

  .container-6 {
    padding-left: 10px;
  }

  .body-column-right-video {
    display: none;
  }

  .grid-7 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .centered-container-2 {
    text-align: left;
  }

  .button-3 {
    width: auto;
    padding-top: 9px;
  }

  .button-4 {
    width: auto;
  }

  .cards-section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container-3 {
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .cards-grid-container-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-section-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cards-grid-container-5 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bold-text-2 {
    width: auto;
  }

  .heading-38 {
    text-align: center;
  }

  .chapter-heading-h2 {
    text-align: center;
  }

  .heading-40 {
    position: static;
    display: block;
    clear: none;
  }

  .image-12 {
    position: relative;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }

  .slide-1 {
    max-height: 300px;
    max-width: 1000px;
  }

  .container-8 {
    max-width: 100%;
  }

  .bold-text-15 {
    display: inline;
  }

  .bold-text-16 {
    position: static;
  }

  .heading-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    text-align: center;
  }

  .cards-grid-container-5-3-col {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-7 {
    width: auto;
    padding-top: 9px;
  }

  .standard-paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-8 {
    width: auto;
  }

  .column-9 {
    margin-top: 25px;
  }

  .column-10 {
    display: none;
  }

  .column-11 {
    display: none;
  }

  .column-12 {
    display: none;
  }

  .standard-paragraph-purple {
    font-size: 14px;
    line-height: 20px;
  }

  .cards-section-3-reveal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .centered-container-short {
    right: auto;
    max-width: 80%;
    text-align: left;
  }

  .standard-paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .cards-grid-container-mega-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-overlay-4-copy {
    height: 35vh;
    background-image: none;
  }

  .div-block-27 {
    max-width: 100%;
  }

  .footer-div-block {
    max-width: 100%;
  }

  .column-15 {
    display: none;
  }

  .column-17 {
    display: none;
  }

  .nav-logo-copy {
    max-width: 55%;
  }

  .button-3-copy {
    width: auto;
    padding-top: 9px;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
  }
}

#w-node-_48942913-81ae-2ecd-c352-18d64bcfc84c-d18b4681 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bf3f4d5d-854c-3ebc-c1f3-4c076829c65f-d18b4681 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d5a763a5-1db9-9574-23fa-13b9246d1b0b-d18b4681 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a3-d18b4681 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_311d6820-e01a-896f-aaee-52801d89d986-d18b4681 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581de-d18b4681 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581e6-d18b4681 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de45-d18b4681 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de50-d18b4681 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de5a-d18b4681 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de64-d18b4681 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de6e-d18b4681 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_051fefb0-f819-8eb6-9164-afa6796f1359-d18b4681 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d5a763a5-1db9-9574-23fa-13b9246d1b0b-d18b4681 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_218a870b-d9e2-a034-704c-f0813329db02-d18b4681 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de45-d18b4681 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de50-d18b4681 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_310596d2-2dc0-a305-41c7-3cdc9ca7de5a-d18b4681 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_051fefb0-f819-8eb6-9164-afa6796f1359-d18b4681 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d5f5fed-bcab-3dcc-a858-bd2bb64aa4b9-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6e8351da-f87b-b43c-1c0c-916e5c49595b-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_065a2ecb-c841-6e76-af67-49b51d6a8fcb-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_065a2ecb-c841-6e76-af67-49b51d6a8fd1-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a3-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a9-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_311d6820-e01a-896f-aaee-52801d89d986-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_311d6820-e01a-896f-aaee-52801d89d98c-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c1feaeb7-7751-1ada-61ea-8b642b71bc93-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c1feaeb7-7751-1ada-61ea-8b642b71bc99-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581de-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581e4-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581e6-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581ec-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581ee-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581f4-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ffb6cd5-1220-f49d-236c-d8737bdad3b5-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ffb6cd5-1220-f49d-236c-d8737bdad3bb-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ffb6cd5-1220-f49d-236c-d8737bdad3c1-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ffb6cd5-1220-f49d-236c-d8737bdad3c7-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_741c10ba-747c-e699-66b5-f7ce678668c0-d18b4681 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48942913-81ae-2ecd-c352-18d64bcfc84c-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bf3f4d5d-854c-3ebc-c1f3-4c076829c65f-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a3-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_311d6820-e01a-896f-aaee-52801d89d986-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581de-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acfa84a1-a3d8-d7d7-06ea-efc7ba7581e6-d18b4681 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

