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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

a {
  border: 1.5px #000;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.container {
  z-index: auto;
  object-fit: fill;
  position: absolute;
}

.grid {
  grid-column-gap: 28px;
  grid-row-gap: 30px;
  border: 1px #000;
  border-radius: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  display: block;
}

.columns, .columns-2 {
  border: 1px solid #000;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  max-width: 60%;
  text-align: center;
  flex: 1;
  margin-top: 0;
}

.hero {
  background-image: url('../images/Liquid_nitrogen.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-overlay-2 {
  width: 1900px;
  height: 500px;
  max-height: 500px;
  max-width: 1900px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.master-card {
  padding: 10px;
}

.master-card:hover {
  padding: 21px;
}

.master-column {
  background-color: #fff;
  border: 2px solid #0185d5;
  border-radius: 0;
  padding: 10px;
  transition: transform .2s, box-shadow .2s, background-color .2s;
}

.master-column:hover {
  background-color: #fff;
  transform: translate(0, -15px);
  box-shadow: 4px 4px 5px #0185d5;
}

.standard-container {
  display: inline-block;
}

.hero-overlay-3 {
  height: 50vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-2 {
  object-fit: fill;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 29px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
}

.text-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.image {
  width: auto;
  height: auto;
  text-align: left;
  object-fit: fill;
}

.link-block {
  text-align: center;
  position: static;
}

.div-block {
  height: 50%;
  display: block;
}

.div-block-2 {
  font-size: 0%;
  line-height: 50%;
}

.column {
  display: block;
}

.cards-section {
  padding-top: 0;
  padding-bottom: 50px;
  transition: transform .2s, box-shadow .2s;
}

.cards-grid-container-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  display: grid;
}

.cards-image-mask {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: fill;
  border-radius: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  border: 1.5px solid rgba(1, 133, 213, 0);
  border-radius: 5px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: #703090;
}

.text-product-highlight {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph {
  color: #000;
  text-align: center;
  cursor: auto;
  border: 1px #000;
  font-family: Lato, sans-serif;
}

.paragraph.animatedparagraph {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 5px;
}

.bold-text {
  text-align: center;
}

.heading-3 {
  direction: ltr;
  text-align: center;
  margin-bottom: 20px;
}

.tile-header {
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-5 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.resource-card-block {
  color: #000;
  cursor: pointer;
  object-fit: fill;
  background-color: #ebebeb;
  border: 1.5px #01d544;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
  transition: transform .2s, background-color .2s, box-shadow .2s;
  box-shadow: 2px 2px 3px #000;
}

.resource-card-block:hover {
  transform: translate(0, -15px);
  box-shadow: 4px 4px 6px 2px #0185d5;
}

.feature-section {
  background-color: #fff;
  padding: 10px 100px 30px;
}

.flex-container {
  max-width: 1100px;
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: auto;
  max-height: 300px;
  max-width: 300px;
  white-space: normal;
  order: -1;
  margin-right: 10px;
}

.feature-image {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: 50% 50%;
  border: 1.5px solid #0185d5;
  border-radius: 5px;
}

.grid-4 {
  grid-template-rows: auto auto;
}

.hero-2 {
  background-color: #ebebeb;
  align-items: center;
  padding: 10px 100px 40px;
  display: block;
}

.hero-image-mask {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.cards-section-2 {
  padding: 40px 50px 50px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.heading-6, .heading-7 {
  text-align: center;
}

.text-span-2 {
  color: #703090;
}

.cards-grid-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  box-shadow: 1px 1px 3px #000;
}

.slide {
  width: auto;
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  width: auto;
}

.slide-2, .slide-3 {
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section {
  width: 60%;
  clear: none;
  text-align: left;
  position: static;
}

.slide-4 {
  background-image: url('../images/5991-6376-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/5994-0199-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link {
  width: 50%;
  height: 100%;
  max-width: none;
  float: right;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 100% 50%;
  background-clip: border-box;
  display: block;
  position: static;
}

.slide-6 {
  max-width: 1100px;
  background-image: url('../images/Intact-Analysis-Banner_lc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/5994-3005-Slider-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-2 {
  max-width: 100%;
  float: right;
  object-fit: fill;
  margin-bottom: 15px;
  margin-left: 15px;
}

.section-2 {
  object-position: 100% 50%;
}

.slider-section {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: visible;
}

.image-3 {
  max-width: 300px;
  float: right;
  border-radius: 5px;
  margin-top: -30px;
  margin-bottom: 15px;
  margin-left: 50px;
  padding-left: 0;
}

.paragraph-2 {
  text-align: center;
}

.text-span-3 {
  color: #703090;
}

.heading-8, .heading-9 {
  text-align: center;
}

.heading-10 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.body {
  background-color: #fff;
}

.cards-image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 25% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  border: 1.5px #0185d5;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-11, .heading-12, .heading-13 {
  text-align: center;
}

.jump-grid-block {
  background-color: #fff;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  box-shadow: 1px 1px 3px 1px #000;
}

.jump-grid-block:hover {
  transform: translate(0, -15px);
  box-shadow: 1px 1px 3px 1px #0185d5;
}

.cards-section-3 {
  padding: 10px 25px;
}

.cards-grid-container {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid-container-mega {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-14 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
  top: -132px;
}

.heading-15, .heading-16, .heading-17, .heading-18 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.cards-section-4 {
  padding-top: 0;
  padding-bottom: 50px;
}

.lightbox-link-2 {
  max-width: 500px;
  float: right;
  clear: right;
  cursor: zoom-in;
  padding: 10px 30px 30px 40px;
  position: static;
  left: 70px;
}

.hero-overlay-4 {
  height: 50vh;
  max-height: none;
  max-width: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Agilent-replacement-banner-hi-res.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-19 {
  opacity: 1;
  color: #000;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.jump-link-header {
  color: #000;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.card-paragraph {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
}

.hero-paragraph {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .heading-20, .paragraph-9, .paragraph-10, .heading-21, .paragraph-11, .paragraph-12, .paragraph-13 {
  font-family: Lato, sans-serif;
}

.hero-overlay-td {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  color: #fff;
  background-image: url('../images/Titer-Analysis-L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero-overlay-pi {
  width: auto;
  height: 0%;
  max-height: none;
  max-width: none;
  color: #fff;
  background-image: url('../images/Protein-Identification-R.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero-overlay-ga {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  color: #fff;
  object-fit: fill;
  background-image: url('../images/Glycan-Analysis-L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px #703090;
  border-bottom: 2px #703090;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-3-copy {
  height: 50vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-cva {
  height: auto;
  max-height: none;
  color: #fff;
  background-image: url('../images/Charge-Variant-Analysis-R.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-aa {
  height: auto;
  max-height: none;
  max-width: 100%;
  color: #fff;
  background-image: url('../images/Aggregate-Analysis-L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.header-slide {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #0085d5;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.more-resources-header {
  margin-bottom: 20px;
}

.main-slider {
  max-width: 1100px;
  cursor: pointer;
  border: 1px solid #0085d5;
  border-radius: 5px;
  overflow: hidden;
}

.container-3 {
  max-width: 1100px;
  overflow: visible;
}

.div-block-3 {
  padding-left: 30px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.div-block-5, .div-block-6 {
  padding-right: 30px;
}

.sticky-nav {
  z-index: 100;
  opacity: 1;
  color: #fff;
  background-color: #3b9d54;
  border: 1px solid rgba(78, 149, 191, .26);
  padding: 5px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  grid-template: "."
  / 2fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  border-radius: 0%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 0% 50%;
  background-clip: border-box;
  border-radius: 19%;
  outline: 3px #00e;
}

.nav-link {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.slide-9 {
  background-image: url('../images/5991-8633-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.peptide-slide {
  background-image: url('../images/Peptide-Analysis-banner_lc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/5994-3005-Slider-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/5994-2718-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/5994-2836-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.standard-paragraph {
  color: #000;
  text-align: left;
  margin-top: 18px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.standard-paragraph.centerpara {
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
}

.feature-paragraph {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.flex-container-hero {
  max-width: 1100px;
  background-color: #ebebeb;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.block-quote {
  color: #003162;
  text-align: right;
  border-left: 0 #703090;
  border-right: 5px solid #003162;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-span-4 {
  color: #000;
  font-size: 16px;
}

.image-4 {
  width: 100%;
  height: 100%;
  border: 1.5px solid #0185d5;
  border-radius: 5px;
  margin-top: 15px;
}

.link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.heading-22 {
  color: #000;
  text-align: left;
  text-decoration: none;
  transition: color .1s;
}

.heading-22:hover {
  color: #703090;
}

.link-2 {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.link-2:hover {
  color: #703090;
}

.title-link {
  color: #703090;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  transition: color .15s;
}

.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 {
  color: #703090;
  border: 1px #703090;
  border-bottom-style: dashed;
  text-decoration: none;
}

.text-link:hover {
  color: #703090;
  border: 1px #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.heading-23, .heading-24, .heading-25, .heading-26, .heading-27 {
  text-align: center;
}

.paragraph-14 {
  white-space: normal;
  padding-bottom: 0;
  font-size: 10px;
  text-decoration: none;
}

.title-container {
  max-width: 40%;
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.columns-3 {
  padding-left: 0;
  padding-right: 0;
}

.body-column {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.resource-card-block-inline {
  color: #000;
  object-fit: fill;
  background-color: #fff;
  border: 1.5px #0185d5;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  transition: transform .2s, background-color .2s, box-shadow .2s;
  box-shadow: 2px 2px 3px #000;
}

.resource-card-block-inline:hover {
  transform: translate(0, -15px);
  box-shadow: 4px 4px 6px 2px #0185d5;
}

.cards-image-mask-inline {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-inline {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  border: 1.5px solid #0185d5;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 250px;
  height: 250px;
  float: left;
  clear: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-6 {
  width: 200px;
  max-width: none;
  display: block;
}

.body-column-right {
  height: 20%;
  background-color: #fff;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-7 {
  object-fit: fill;
  display: block;
  position: static;
}

.image-7 {
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  text-align: left;
  display: block;
}

.div-block-8 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  max-width: 90%;
  flex: 1;
  align-self: center;
  display: block;
}

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

.image-9 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.image-10 {
  max-width: 80%;
  border: 1.5px #0085d5;
  border-radius: 5px;
  align-self: auto;
}

.div-block-9 {
  max-height: 100%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-4 {
  max-width: 75%;
}

.download-cta {
  color: #fff;
  text-align: center;
  background-color: #00adef;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

.review-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-block {
  display: flex;
}

.image-11 {
  max-height: none;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.body-colum-right {
  max-height: 19%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.body-column-right-image {
  height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.flex-column {
  flex-direction: row;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  display: flex;
}

.link-block-3 {
  width: 100%;
  position: static;
}

.div-block-hero {
  max-height: 100%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.standard-container-feature {
  max-width: 1100px;
  background-color: #fff;
  padding: 10px 50px 20px;
  display: block;
  position: static;
}

.image-caption {
  max-width: 90%;
  color: #2c2c2c;
  text-align: left;
  order: 0;
  align-self: flex-end;
  padding-top: 5px;
  font-size: 14px;
  text-decoration: none;
  overflow: auto;
}

.div-block-9-copy {
  max-height: 100%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-4-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.list-item, .list-item-2 {
  font-size: 16px;
  line-height: 21px;
}

.div-block-12 {
  text-align: left;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  display: flex;
}

.image-8-copy {
  max-width: 70%;
  flex: 1;
  align-self: center;
  padding-bottom: 10px;
  display: block;
}

.centered-container-hero {
  max-width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  flex: 1;
  margin-top: 0;
}

.title-container-two-lines {
  max-width: 70%;
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.text-link-caption {
  color: #703090;
  border: 1px #703090;
  border-bottom-style: dashed;
  text-decoration: none;
}

.text-link-caption:hover {
  color: #703090;
  border: 1px #000;
  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: 0;
}

.body-column-right-video {
  height: 20%;
  background-color: #fff;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
}

.paragraph-15 {
  font-size: 10px;
}

.button {
  display: block;
}

.button-2, .column-2, .column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  max-width: 100%;
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

.columns-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hero-3 {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-overlay-8 {
  height: auto;
  max-height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  cursor: default;
  background-color: #3b9d54;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  margin-top: 0;
  padding-top: 0;
}

.link-4 {
  margin-left: 0;
  margin-right: 0;
}

.link-5 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.link-6 {
  margin-left: 0;
  margin-right: 0;
}

.button-3 {
  width: 40%;
  text-align: center;
  background-color: #878786;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.button-4 {
  width: 40%;
  text-align: center;
  background-color: #077083;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.div-block-15 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.heading-30 {
  text-align: center;
}

.cards-section-5 {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: opacity .2s;
}

.centered-container-4 {
  text-align: center;
  flex: 1;
  margin-top: 20px;
  display: block;
}

.cards-grid-container-4 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask-2 {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-31 {
  text-align: center;
  font-size: 24px;
}

.heading-32 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.heading-33 {
  text-align: center;
  font-size: 24px;
}

.heading-34 {
  text-align: center;
}

.button-5 {
  text-align: center;
  border: 1.5px #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-16 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  margin-left: 0;
  transition: transform .2s;
  box-shadow: 1px 2px 2px #000;
}

.div-block-17 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #000;
}

.div-block-18 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  transition: opacity .2s;
  box-shadow: 0 2px 2px #000;
}

.div-block-19 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  transition: opacity .2s;
  box-shadow: 1px 2px 2px #000;
}

.cards-section-6 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.cards-grid-container-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "." minmax(auto, 1fr)
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid-container-5.titlepicturecta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cards-image-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1.5px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-20, .div-block-21, .div-block-22 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #000;
}

.heading-35, .heading-36, .heading-37 {
  text-align: center;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3 {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.paragraph-16 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.bold-text-3 {
  max-width: 1100px;
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 21px;
}

.container-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  display: block;
}

.bold-text-4 {
  text-align: center;
}

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

.bold-text-5 {
  width: 100%;
  height: 100px;
  text-align: center;
  object-fit: fill;
}

.link-block-4 {
  margin-left: 0;
  margin-right: 0;
}

.link-7 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.link-8, .link-9 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-23 {
  text-align: center;
  object-fit: none;
}

.column-4 {
  text-align: center;
}

.bold-text-6, .bold-text-7 {
  color: #703090;
}

.heading-39 {
  text-align: center;
  font-size: 33px;
}

.columns-6, .columns-7, .columns-8 {
  align-items: center;
  display: flex;
}

.grid-9 {
  grid-template-areas: "Area Area-2"
                       "Area-3 .";
}

.list-item-3, .list-item-4, .list-item-5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-6 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block, .text-block-2 {
  text-align: left;
  margin-bottom: 10px;
}

.column-5 {
  border: 0 solid #703090;
  padding-left: 20px;
  padding-right: 20px;
}

.column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-10, .link-11 {
  margin-left: 0;
  margin-right: 0;
}

.link-12, .link-13, .link-14, .link-15 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.link-block-5 {
  max-height: 133%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin: 20px 0 0;
  font-style: normal;
  display: block;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.link-16 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-8 {
  color: #000;
  font-size: 16px;
}

.bold-text-9 {
  color: #f04e23;
  font-size: 16px;
}

.text-block-4, .tab-pane-tab-1 {
  text-align: left;
}

.tab-link-tab-1 {
  background-color: #703090;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #703090;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.text-block-5 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #703090;
  margin-left: 20px;
  margin-right: 20px;
}

.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: 0;
  border-radius: 11px;
}

.link-17 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-17 {
  text-align: left;
}

.heading-40, .heading-41 {
  font-size: 30px;
}

.column-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.column-8 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.image-12 {
  text-align: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: inline-block;
}

.bold-text-10, .bold-text-11 {
  color: #703090;
}

.link-block-7 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.link-block-8 {
  width: 100px;
  height: 100px;
  object-fit: fill;
  display: inline-block;
  position: static;
}

.slide-1 {
  max-height: 500px;
  object-fit: fill;
  background-image: url('../images/Agilent-Section1-Carouselimage1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  overflow: visible;
}

.slider-2 {
  max-height: 500px;
  min-height: 0;
}

.slide-13 {
  background-image: url('../images/Agilent-Section2-Carouselimage1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/Agilent-Section1-Carouselimage2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-15 {
  background-image: url('../images/Agilent-Section1-Carouselimage3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/Agilent-Section3-Carouselimage11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/Agilent-Section1-Carouselimage5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-18 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-12 {
  color: #703090;
}

.link-19 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-13 {
  color: #703090;
}

.link-20, .link-21, .link-22 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.link-23 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-14 {
  color: #703090;
}

.heading-43 {
  max-width: 100%;
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .75);
  background-clip: border-box;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.watch-webinar-cta {
  color: #fff;
  text-align: center;
  background-color: #878786;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

.cards-grid-container-5-3-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "." minmax(auto, 1fr)
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask-3 {
  width: 100%;
  max-width: none;
  border-radius: 0%;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  text-align: left;
  font-weight: 700;
}

.div-block-24 {
  text-align: center;
}

.link-24 {
  color: #077083;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.button-7 {
  width: 40%;
  text-align: center;
  background-color: #0085d5;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.standard-paragraph-2 {
  color: #003162;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.button-8 {
  width: 40%;
  text-align: center;
  background-color: #703090;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.bold-text-17, .italic-text {
  color: #000;
}

.bold-text-18 {
  font-size: 18px;
}

.hero-overlay-7 {
  color: #fff;
  background-color: #878786;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-7 {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
}

.orange {
  color: #f04e23;
  font-size: 16px;
}

.grid-10 {
  grid-template-rows: .25fr 1fr .25fr;
  grid-template-columns: .5fr 1fr .5fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-9 {
  margin-left: 100px;
  margin-right: 100px;
}

.heading-44 {
  flex-direction: row;
  align-self: auto;
  display: block;
}

.bold-text-19 {
  font-size: 33px;
}

.image-14, .image-15 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bold-text-20 {
  text-align: left;
  font-size: 18px;
}

.bold-text-21 {
  text-align: left;
}

.image-16 {
  transform: translate(0)translate(0);
}

.image-17 {
  max-height: 100px;
  max-width: 91%;
}

.image-18 {
  max-height: 100px;
}

.image-19 {
  max-height: 100px;
  max-width: 90%;
}

.image-20 {
  max-height: 100px;
}

.link-block-9 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-22 {
  text-align: left;
  font-size: 25px;
}

.heading-45 {
  margin-top: 0;
  margin-bottom: 10px;
}

.columns-10 {
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.column-10 {
  border: 3px solid #f04e23;
}

.list-item-7 {
  text-align: left;
}

.list {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.bold-text-23 {
  font-size: 16px;
}

.italic-text-2 {
  opacity: 0;
}

.columns-11 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.italic-text-3 {
  text-align: center;
}

.heading-image {
  padding-left: 10px;
  padding-right: 10px;
}

.image-21 {
  display: inline-block;
}

.section-4 {
  background-image: url('../images/tecanbanner.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-18, .paragraph-19, .bold-text-24, .list-item-8, .list-item-9 {
  text-align: left;
}

.list-item-10 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.centered-container-5 {
  display: none;
}

.section-5 {
  background-color: #f04e23;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-25 {
  color: #fff;
}

.image-22 {
  display: none;
  overflow: visible;
}

.italic-text-4 {
  font-size: 14px;
}

.link-block-10, .link-block-11, .link-block-12 {
  margin-left: 0;
  margin-right: 0;
}

.hero-overlay-9 {
  background-color: #85878b;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-46 {
  color: #fdfdfd;
  margin-top: 10px;
}

.container-10 {
  padding-bottom: 0;
}

.greyappnotelinker {
  background-color: #bebebe;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px #000;
}

.greyappnotelinker.greyappnoteanimation {
  color: #bebebe;
  background-color: #bebebe;
  box-shadow: 1px 1px 3px #000;
}

.greyappnotelinker.appnotewithcta {
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s, flex-grow .2s;
  box-shadow: 1px 1px 3px #000;
}

.link-block-13 {
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
}

.greyappnotelinks {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.link-block-13-black-text {
  max-height: 100%;
  max-width: 100%;
  color: #000;
  object-fit: fill;
}

.image-23 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-25 {
  color: #fff;
  text-align: center;
  background-color: #85878b;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.columns-12 {
  margin-top: auto;
  margin-bottom: auto;
}

.column-11 {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.bold-text-26 {
  text-align: center;
  object-fit: contain;
  text-decoration: none;
  display: inline-block;
}

.grid-11 {
  grid-template-rows: auto;
}

.div-block-26 {
  color: #fff;
  background-color: #8ab204;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
}

.grid-12 {
  grid-template-columns: 2.25fr 1fr;
}

.column-12 {
  padding-left: 0;
  padding-right: 20px;
}

.bold-text-27 {
  align-items: center;
  display: inline;
}

.paragraph-20 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.image-24 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-14 {
  margin-left: 0;
  margin-right: 0;
}

.image-25 {
  margin-top: 10px;
}

.image-26 {
  margin-top: 0;
  margin-bottom: 5px;
}

.div-block-27 {
  color: #85878b;
  background-color: #85878b;
  border-radius: 10px;
}

.bold-text-28 {
  color: #fff;
}

.bold-text-29 {
  text-align: center;
}

.paragraph-21 {
  color: #000;
  font-family: Lato, sans-serif;
}

.link-block-15 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-26-copy {
  color: #fff;
  background-color: #85878b;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
}

.imagetext {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-28 {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: 10%;
  right: 10%;
}

.bold-text-30 {
  margin-right: 0;
}

.paragraph-22 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
}

.image-27 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-28 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.image-29 {
  margin-bottom: 15px;
}

.image-30 {
  margin-top: 0;
  margin-left: 10px;
}

.div-block-29 {
  margin-top: 18px;
}

.paragraph-23 {
  margin-top: 20px;
}

.div-block-30 {
  margin-top: 22px;
  margin-bottom: 52px;
}

.div-block-31 {
  margin-top: 20px;
  margin-bottom: 27px;
}

.paragraph-24, .paragraph-25, .paragraph-26 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.link-25, .paragraph-27, .link-26 {
  color: #00adef;
}

.link-27, .link-28, .bold-text-31, .bold-text-32, .link-29, .link-30 {
  color: #000;
}

.bold-text-33 {
  color: #3b9d54;
}

.paragraph-28 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.image-31 {
  margin-left: 10px;
}

.div-block-32 {
  width: 100%;
  height: 50%;
  background-color: #3b9d54;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37 {
  font-family: Lato, sans-serif;
}

.link-31 {
  color: #00adef;
  margin-left: 0;
  margin-right: 0;
  text-decoration: underline;
}

.image-32 {
  display: inline-block;
}

.heading-47 {
  color: #000;
}

@media screen and (max-width: 991px) {
  h2, .heading {
    font-size: 20px;
  }

  .centered-container {
    max-width: 95%;
    padding-left: 0;
  }

  .hero-overlay-2 {
    background-image: none;
    background-position: 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;
    object-fit: contain;
  }

  .cards-image {
    object-fit: cover;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .slider-section {
    margin-bottom: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container, .cards-grid-container-mega {
    grid-column-gap: 20px;
  }

  .hero-overlay-4 {
    height: 30vh;
    background-image: url('../images/Agilent-replacement-banner-hi-res.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-19 {
    font-size: 30px;
    line-height: 30px;
  }

  .jump-link-header {
    text-decoration: none;
  }

  .card-paragraph {
    font-size: 16px;
  }

  .hero-overlay-td {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Titer-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-pi {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Protein-Identification-R.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-ga {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Glycan-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-cva {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Charge-Variant-Analysis-R.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-aa {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Aggregate-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .header-slide {
    float: none;
    clear: none;
    text-align: right;
    padding-left: 0;
    font-size: 30px;
  }

  .nav-grid {
    grid-column-gap: 35px;
    margin-left: -15px;
    padding-left: 0;
  }

  .block-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .title-container {
    padding-left: 0;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
  }

  .image-8, .image-10, .container-4 {
    max-width: 100%;
  }

  .grid-6 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-caption {
    max-width: 100%;
  }

  .centered-container-hero {
    padding-left: 0;
  }

  .title-container-two-lines {
    max-width: 85%;
    justify-content: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .hero-overlay-8 {
    margin-top: 20px;
  }

  .centered-container-4 {
    display: block;
  }

  .cards-grid-container-4 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1.25fr minmax(auto, 2fr) 1fr;
  }

  .cards-grid-container-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(200px, auto)) minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         ".";
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: grid;
  }

  .link-block-5 {
    margin: 0;
  }

  .heading-43 {
    text-align: center;
  }

  .cards-grid-container-5-3-col {
    grid-column-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(9%, 1fr));
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .cards-image-mask-3 {
    width: auto;
    max-width: none;
  }

  .centered-container-5 {
    display: block;
  }

  .container-9 {
    display: none;
  }

  .div-block-28 {
    margin-left: 10%;
    margin-right: 10%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

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

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .standard-container {
    padding: 20px;
  }

  .hero-overlay-3, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-image {
    width: 100%;
    height: auto;
  }

  .resource-card-block {
    width: 50%;
    text-align: left;
    display: block;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .cards-section-3 {
    object-fit: fill;
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-grid-container-mega {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .hero-overlay-4 {
    height: 30vh;
    padding: 21px 20px;
  }

  .heading-19 {
    font-size: 22px;
    line-height: 22px;
  }

  .hero-overlay-td, .hero-overlay-pi, .hero-overlay-ga, .hero-overlay-3-copy, .hero-overlay-cva, .hero-overlay-aa {
    padding: 40px 20px;
  }

  .header-slide {
    font-size: 22px;
    line-height: 20px;
  }

  .div-block-4 {
    padding-right: 0;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    grid-row-gap: 11px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .flex-container-hero {
    flex-direction: column;
  }

  .heading-22 {
    line-height: 25px;
  }

  .body-column, .body-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .review-grid {
    grid-template-rows: auto auto auto;
  }

  .body-column-right-image {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-10, .div-block-11 {
    padding-left: 10px;
  }

  .image-caption {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-container-two-lines {
    padding-right: 0;
  }

  .container-6 {
    padding-left: 10px;
  }

  .heading-28, .heading-29 {
    line-height: 25px;
  }

  .body-column-right-video {
    padding-left: 20px;
    padding-right: 0;
  }

  .hero-3 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay-8, .cards-section-5 {
    padding: 40px 20px;
  }

  .cards-grid-container-4 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-section-6 {
    padding: 0 20px 40px;
  }

  .cards-grid-container-5 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .main-content {
    padding: 40px 20px;
  }

  .paragraph-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-43 {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
  }

  .cards-grid-container-5-3-col {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .greyappnotelinker.appnotewithcta {
    margin-bottom: 20px;
  }

  .div-block-28 {
    top: 21%;
  }

  .image-30 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .standard-container {
    padding: 10px 20px 20px;
  }

  .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph {
    object-fit: scale-down;
    overflow: visible;
  }

  .resource-card-block {
    width: 100%;
    margin-top: 20px;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-section {
    max-height: 100%;
    max-width: 100%;
    display: block;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    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, .cards-grid-container-mega {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lightbox-link-2 {
    padding: 8px;
    display: inline-block;
    left: -2px;
  }

  .hero-overlay-4 {
    height: 35vh;
    text-align: center;
    background-image: url('../images/Agilent-replacement-banner-hi-res.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .heading-19 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-overlay-td {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Titer-Analysis-L.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay-pi {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Protein-Identification-R.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
  }

  .hero-overlay-ga {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Glycan-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay-cva {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Charge-Variant-Analysis-R.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay-aa {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Aggregate-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .header-slide {
    color: #fff;
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-5, .div-block-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    max-width: 80%;
    margin-top: 10px;
    overflow: visible;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .standard-paragraph {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .title-container {
    text-align: left;
  }

  .body-column {
    flex: 0 auto;
  }

  .body-column-right {
    opacity: 1;
    overflow: visible;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .review-grid {
    flex: 0 auto;
    overflow: visible;
  }

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

  .image-11 {
    margin-top: 20px;
  }

  .body-column-right-image {
    flex: 0 auto;
    display: none;
  }

  .centered-container-hero {
    max-width: 75%;
    text-align: left;
  }

  .title-container-two-lines {
    max-width: 100%;
    text-align: left;
    padding-right: 0;
  }

  .container-6 {
    padding-left: 10px;
  }

  .body-column-right-video {
    display: none;
  }

  .grid-7 {
    object-fit: fill;
  }

  .hero-overlay-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: center;
    display: grid;
    overflow: visible;
  }

  .centered-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .button-3 {
    width: auto;
    padding-top: 9px;
  }

  .button-4 {
    width: auto;
  }

  .cards-section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .cards-grid-container-4 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cards-section-6 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .cards-grid-container-5 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    width: auto;
  }

  .paragraph-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-38, .heading-39 {
    text-align: center;
  }

  .heading-40 {
    clear: none;
    display: block;
    position: static;
  }

  .image-12 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .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 {
    clear: none;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    font-size: 18px;
    display: block;
    position: static;
  }

  .cards-grid-container-5-3-col {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-10 {
    object-fit: fill;
    font-size: 11px;
    overflow: visible;
  }

  .image-13 {
    overflow: visible;
  }

  .bold-text-20 {
    text-align: left;
  }

  .bold-text-23 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-image {
    display: none;
    overflow: visible;
  }

  .centered-container-5 {
    display: block;
  }

  .image-22 {
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    overflow: visible;
  }

  .div-block-25 {
    margin-top: 10px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-13, .column-14 {
    margin-top: 20px;
  }

  .bold-text-30 {
    letter-spacing: normal;
    column-count: auto;
    white-space: normal;
    object-fit: fill;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 44px;
  }
}

#w-node-_48942913-81ae-2ecd-c352-18d64bcfc84c-e6a604bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_48942913-81ae-2ecd-c352-18d64bcfc84c-e6a604bb {
    justify-self: center;
  }
}


