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 {
  width: auto;
  max-width: 800px;
  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: 100%;
  max-width: none;
  border-radius: 0%;
  padding-top: 50%;
  padding-bottom: 50%;
  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: absolute;
  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;
  font-family: Lato, sans-serif;
  font-size: 21px;
  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: #e5e5e5;
  border: 1.5px #000;
  border-radius: 5px;
  margin: 10px;
  padding: 10px 10px 0;
  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 #2e2e2e;
}

.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%;
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  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;
}

.body.bold-text {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

.jump-grid-block {
  object-fit: fill;
  background-color: #fff;
  flex: 0 auto;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  display: block;
  overflow: visible;
  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: 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: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: stretch;
  display: flex;
}

.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: 100vh;
  max-height: 300px;
  max-width: 100%;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(44, 44, 44, .94);
  background-image: url('../images/SARTORIUS_Web_Header_Octet_Knife_1920x540-v4.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-19 {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  box-shadow: 1px 1px 6px -1px #000;
}

.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: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 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 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%;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 0% 50%;
  background-clip: border-box;
  border-radius: 0%;
  outline: 3px #00e;
}

.nav-link {
  opacity: 1;
  color: #000;
  text-align: center;
  cursor: pointer;
  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: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

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

.standard-paragraph.hidden {
  border-left: 0 solid #000;
  border-radius: 6px;
  margin: 5px 0 10px;
  display: none;
}

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

.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-image: url('../images/82542359_ML_Iliescu-Catalin.jpg');
  background-position: 60%;
  background-attachment: scroll;
  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: rgba(7, 7, 7, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.centered-container-2 {
  text-align: center;
  background-color: #2c2c2c;
  flex: 1;
  margin-top: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.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: 10px;
  padding-bottom: 10px;
  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;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  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: #703090;
  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;
}

.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-left: 0;
  margin-right: 0;
  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: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  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: 10px 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-color: #fff;
  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 {
  color: #222;
  text-align: left;
  background-color: rgba(116, 116, 116, 0);
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: 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 {
  border-radius: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

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

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

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

.button-7 {
  width: 40%;
  text-align: center;
  background-color: #ffed00;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  margin: 10px 5px;
  padding: 10px;
  display: flex;
}

.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%;
  color: #000;
  text-align: center;
  background-color: #ffed00;
  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;
}

.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: #e0dadb;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px #000;
}

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

.greyappnotelinker.appnotewithcta {
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  transition: transform .2s, flex-grow .2s;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

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

.greyappnotelinks {
  margin-top: 20px;
}

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

.image-23 {
  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: #85878b;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 5px;
  display: block;
}

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

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

.bold-text-27 {
  text-align: left;
  font-family: Lato, sans-serif;
  display: inline;
  position: static;
}

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

.yellow {
  color: #000;
  background-color: #ffed00;
  border: 1px solid #000;
}

.column-13 {
  background-color: #d3d3d3;
}

.lightgrey {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, .26);
  border: 1px solid #000;
  outline: 3px #333;
}

.lightergrey {
  background-color: rgba(0, 0, 0, .07);
  border: 1px solid #000;
}

.paragraph-20 {
  font-size: 12px;
}

.nopadd {
  padding-right: 0;
}

.nopaddleft {
  padding-left: 0;
}

.list-2 {
  padding-left: 20px;
}

.list-item-11, .list-item-12, .list-item-13, .bold-text-28 {
  text-align: left;
}

.paragraph-21 {
  margin-top: 10px;
}

.hero-overaly-10 {
  background-color: #ffed00;
}

.heading-47 {
  background-color: #ffed00;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

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

.image-24 {
  max-height: 75px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline;
}

.bold-text-29, .link-block-14 {
  text-decoration: none;
}

.bold-text-30 {
  color: #000;
}

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

.grid-15 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: stretch;
  display: block;
}

.bold-text-32, .bold-text-33 {
  font-weight: 400;
}

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

.button-9 {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: default;
  background-color: #ffed00;
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  position: static;
}

.button-10 {
  float: none;
  clear: none;
  color: #000;
  text-align: center;
  background-color: #ffed00;
  border-radius: 7px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.bold-text-35 {
  clear: none;
  color: #000;
  position: static;
  top: 10px;
  bottom: auto;
  left: auto;
  right: auto;
}

.bold-text-36 {
  position: static;
  top: 10px;
}

.grid-16 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: none;
}

.bold-text-37 {
  color: #000;
  font-size: 16px;
  position: relative;
}

.list-item-14 {
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  list-style-type: square;
}

.list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
  text-align: left;
}

.slide-18, .slide-19 {
  background-color: #fff;
}

.heading-48 {
  text-align: left;
}

.column-14 {
  clear: none;
  display: block;
  position: relative;
  top: 10px;
  overflow: visible;
}

.dropdown {
  z-index: 0;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  display: block;
}

.column-15 {
  display: block;
}

.link-25 {
  color: #000;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  text-decoration: underline;
}

.link-26, .link-27, .link-28, .link-29 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

.list-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

.heading-49 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  font-style: normal;
}

.heading-50 {
  color: #fff;
  margin-bottom: 20px;
  font-style: normal;
}

.heading-51, .heading-52, .heading-53 {
  margin-bottom: 20px;
  font-style: italic;
}

.bold-text-39 {
  font-style: normal;
}

.heading-54, .heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61 {
  margin-bottom: 20px;
  font-style: italic;
}

.section-6 {
  max-height: 150px;
  background-color: #2c2c2c;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
}

.bold-text-41 {
  font-style: normal;
}

.bold-text-42 {
  font-family: Lato, sans-serif;
}

.dropdown-toggle, .dropdown-toggle-2 {
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.column-16 {
  padding-top: 10px;
}

.bold-text-43 {
  font-style: normal;
  font-weight: 700;
}

.dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5 {
  padding-left: 0;
}

.dropdown-toggle-6 {
  clear: none;
  padding-left: 0;
}

.dropdown-toggle-7, .dropdown-toggle-8, .dropdown-toggle-9, .dropdown-toggle-10, .dropdown-toggle-11, .dropdown-toggle-12, .dropdown-toggle-13 {
  padding-left: 0;
}

.bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53 {
  font-style: normal;
}

.column-17 {
  margin-top: 0;
}

.paragraph-23 {
  color: #000;
  margin-bottom: 0;
}

.bold-text-54 {
  color: #000;
  font-weight: 700;
}

.dropdown-2 {
  z-index: 0;
  text-align: center;
  display: block;
}

.dropdown-3 {
  z-index: 0;
  display: block;
}

.slide-nav {
  color: #2c2c2c;
  -webkit-text-fill-color: inherit;
  background-color: rgba(44, 44, 44, .86);
  background-clip: border-box;
}

.icon, .icon-2 {
  color: #2c2c2c;
}

.dropdown-toggle-14 {
  float: none;
  text-align: left;
  display: inline;
  position: relative;
}

.paragraph-24, .paragraph-25 {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  display: none;
}

.bold-text-56 {
  color: #000;
  font-family: Lato, sans-serif;
}

.paragraph-26 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.tabs-2 {
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.tabs-content {
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.tabs-menu-2 {
  width: auto;
  object-fit: fill;
  margin: 5px 20px;
  display: block;
  overflow: visible;
}

.tab-link-tab-1-2 {
  -webkit-text-fill-color: inherit;
  background-color: #ffed00;
  background-clip: border-box;
  margin: 5px 10px;
}

.tab-link-tab-1-2.w--current {
  background-color: #ffed00;
  margin-left: 10px;
}

.tab-link-tab-2-2, .tab-link-tab-3 {
  background-color: #ffed00;
  margin: 5px 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-4 {
  background-color: #ffed00;
  margin: 5px 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.tab-link-tab-4.w--current {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tab-pane-tab-1-2, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-link-tab-5 {
  background-color: #ffed00;
  margin: 5px 10px;
}

.tab-link-tab-5.w--current {
  padding-left: 20px;
  padding-right: 20px;
}

.list-4 {
  padding-left: 20px;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
}

.download-cta-2 {
  color: #000;
  text-align: center;
  background-color: rgba(255, 237, 0, .02);
  border-radius: 5px;
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

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

.cards-image-5 {
  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%;
}

.tile-header-2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.image-25, .image-26 {
  height: auto;
  max-height: 150px;
}

.image-27, .image-28 {
  max-height: 150px;
}

.list-5, .list-6 {
  padding-left: 20px;
}

.image-29, .image-30, .image-31, .image-32, .image-33 {
  max-height: 150px;
}

.tab-pane-tab-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-27 {
  color: #000;
  text-align: left;
}

.paragraph-28 {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
}

.columns-13 {
  margin-top: 20px;
}

.image-34 {
  max-height: 300px;
}

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

.link-30 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

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

.text-block-10 {
  text-align: left;
}

.columns-14 {
  max-width: 800px;
}

.bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63 {
  font-size: 16px;
}

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

.jump-grid-block-2 {
  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-2:hover {
  transform: translate(0, -15px);
  box-shadow: 1px 1px 3px 1px #000;
}

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

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

.columns-15, .columns-16, .columns-17, .columns-18 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle-15 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.image-35 {
  max-height: none;
  max-width: 100%;
  object-fit: fill;
  transition: transform .2s;
}

.image-36 {
  object-fit: scale-down;
}

.column-18, .image-37, .column-19 {
  padding-left: 0;
  padding-right: 0;
}

.link-block-16, .link-block-17 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

.link-block-18 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

.link-block-19 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.column-22 {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.link-block-20 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.columns-19 {
  max-height: 200%;
  max-width: 200%;
  min-height: 100%;
  min-width: 100%;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
}

.slide-20 {
  background-image: url('../images/Sartorius---Content-hub---Slider-video1-2.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.slide-21 {
  background-image: url('../images/Sartorius---Content-hub---Slider-video2-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-22 {
  background-image: url('../images/Sartorius---Content-hub---Slider-video3-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-23 {
  background-image: url('../images/Sartorius---Content-hub---Slider-video4-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-24 {
  background-image: url('../images/Sartorius---Content-hub---Slider-Octet-N1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-25 {
  background-image: url('../images/Sartorius---Content-hub---Slider-Octet-SF3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.slide-26 {
  background-image: url('../images/Sartorius---Content-hub---Slider-Octet-RH96.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.columns-20 {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 0;
}

.link-block-21 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.container-11 {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: none;
}

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

.hero-overlay-6 {
  height: 50vh;
  max-height: 150px;
  max-width: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ffed00;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.slide-27 {
  background-image: url('../images/Sartorius---Content-hub---Slider-Octet-R2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-28 {
  background-image: url('../images/Sartorius---Content-hub---Slider-Octet-R4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-29 {
  background-image: url('../images/Sartorius---Content-hub---Slider-Octet-RH16.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.link-block-22 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
}

.column-23 {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.slide-30 {
  background-image: url('../images/Sartorius---Content-hub---Slider-video5-2.jpg');
  background-position: 50%;
  background-size: auto;
}

.columns-21, .columns-22, .columns-23, .columns-24, .columns-25, .columns-26, .columns-27, .columns-28, .columns-29, .columns-30, .columns-31 {
  margin-top: 10px;
}

.section-7 {
  margin-top: 20px;
  display: none;
}

.link-31 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-8 {
  margin-top: 20px;
  padding-top: 20px;
}

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

.button-10-copy {
  float: none;
  clear: none;
  color: #000;
  text-align: center;
  background-color: #ffed00;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.div-block-28 {
  max-height: 5px;
  background-color: #ffed00;
}

.div-block-29 {
  height: 5px;
  max-height: none;
  max-width: 90%;
  background-color: #f2eb3a;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
}

@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;
    display: none;
  }

  .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: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .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: 40px;
  }

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

  .cards-grid-container-4 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 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;
  }

  .bold-text-31 {
    font-size: 30px;
  }

  .grid-15, .grid-16 {
    display: none;
  }

  .bold-text-54 {
    font-size: 14px;
  }

  .dropdown-2 {
    display: block;
  }

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

  .image-34 {
    padding-top: 10px;
  }

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

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

  .slide-20, .slide-21, .slide-22, .slide-23 {
    background-position: 50%;
  }

  .container-11 {
    display: block;
  }

  .container-12 {
    display: none;
  }

  .hero-overlay-6 {
    height: 30vh;
    max-height: 100px;
    object-fit: scale-down;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    overflow: visible;
  }

  .section-7 {
    display: block;
  }

  .div-block-27 {
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .cards-grid-container-4-copy {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  .slider-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .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;
    list-style-type: none;
    display: flex;
  }

  .standard-paragraph.hidden {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .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 {
    padding: 10px 20px;
  }

  .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: 40px 20px;
  }

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

  .container-7 {
    margin-top: 0;
  }

  .slide-1 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slider-2 {
    display: none;
  }

  .heading-43 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    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;
  }

  .list-2 {
    padding-left: 40px;
  }

  .bold-text-31 {
    font-size: 25px;
  }

  .grid-15, .grid-16 {
    display: none;
  }

  .list-3 {
    padding-left: 40px;
  }

  .bold-text-54 {
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-2 {
    display: block;
  }

  .text-block-8 {
    flex-wrap: nowrap;
    align-content: flex-start;
    padding-left: 10px;
    display: block;
  }

  .bold-text-55 {
    padding-left: 10px;
  }

  .bold-text-57, .list-item-25, .list-item-26, .list-item-27 {
    font-size: 14px;
  }

  .list-4 {
    padding-left: 40px;
  }

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

  .tile-header-2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

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

  .list-5, .list-6 {
    padding-left: 40px;
  }

  .cards-grid-container-mega-2 {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .jump-grid-block-2 {
    display: block;
  }

  .columns-15, .columns-16, .columns-17, .columns-18 {
    display: flex;
  }

  .columns-19 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72 {
    padding-left: 10px;
  }

  .slide-24 {
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .hero-overlay-6 {
    height: 30vh;
    padding: 10px 20px;
  }

  .bold-text-73 {
    margin-left: 10px;
  }

  .bold-text-74, .bold-text-75 {
    padding-left: 10px;
  }

  .icon-3 {
    margin: auto;
    padding-left: 0;
    display: none;
  }

  .bold-text-76 {
    padding-left: 10px;
  }

  .bold-text-77 {
    padding-left: 0;
  }

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

  .bold-text-78 {
    margin-left: 10px;
  }

  .columns-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .columns-32, .columns-33, .columns-34, .columns-35, .columns-36, .columns-37 {
    display: flex;
  }

  .column-24, .column-25, .column-26, .column-27, .column-28, .column-29, .column-30, .column-31, .column-32, .column-33, .column-34, .column-35, .column-36, .column-37, .column-38, .column-39, .column-40, .column-41, .column-42, .column-43, .column-44, .column-45, .column-46 {
    justify-content: center;
    display: flex;
  }

  .section-7 {
    display: block;
  }

  .div-block-27 {
    max-width: none;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }

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

@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;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .hero-overlay-4 {
    height: 35vh;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-19 {
    text-align: center;
    margin-bottom: 0;
    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;
    display: inline;
  }

  .nav-logo-link {
    border: 1px #000;
  }

  .nav-logo {
    max-width: 80%;
  }

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

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

  .standard-paragraph.hidden {
    padding-left: 10px;
  }

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

  .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;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .centered-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    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-top: 0;
    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;
  }

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

  .div-block-24 {
    display: block;
  }

  .button-7 {
    width: auto;
    padding-top: 9px;
    display: inline-block;
  }

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

  .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: 10px;
    padding-right: 0;
  }

  .nopadd {
    padding-left: 0;
  }

  .nopaddleft {
    padding-right: 0;
  }

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

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

  .grid-15 {
    display: none;
  }

  .button-9 {
    float: none;
    overflow: visible;
  }

  .bold-text-35 {
    position: static;
  }

  .bold-text-36 {
    top: 0;
  }

  .grid-16 {
    display: none;
  }

  .dropdown {
    object-fit: fill;
    object-position: 50% 50%;
    display: block;
    overflow: visible;
  }

  .heading-49 {
    text-align: center;
    margin-top: 0;
  }

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

  .heading-50 {
    text-align: center;
    margin-top: 0;
  }

  .heading-51, .heading-52 {
    margin-top: 0;
  }

  .heading-53 {
    text-align: center;
    margin-top: 0;
  }

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

  .heading-54 {
    margin-top: 0;
  }

  .heading-55 {
    text-align: center;
    margin-top: 0;
  }

  .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61 {
    margin-top: 0;
  }

  .bold-text-40 {
    display: inline;
  }

  .bold-text-42 {
    padding-left: 0;
    font-size: 14px;
  }

  .dropdown-toggle-5 {
    display: block;
  }

  .dropdown-toggle-11 {
    margin-left: 10px;
  }

  .dropdown-2 {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .text-block-9, .bold-text-55 {
    display: block;
  }

  .paragraph-24, .paragraph-25 {
    font-size: 14px;
    display: block;
  }

  .bold-text-56 {
    font-size: 14px;
  }

  .paragraph-26 {
    display: block;
  }

  .tab-link-tab-1-2.w--current {
    padding-left: 20px;
  }

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

  .centered-container-3 {
    text-align: left;
  }

  .tile-header-2 {
    padding-bottom: 10px;
  }

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

  .columns-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72 {
    padding-left: 10px;
    font-size: 16px;
  }

  .hero-overlay-6 {
    height: 35vh;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-73 {
    margin-left: 10px;
    padding-left: 0;
  }

  .bold-text-78 {
    padding-left: 10px;
  }

  .bold-text-79 {
    margin-left: 10px;
  }

  .div-block-27 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

#w-node-_054edccb-f0ca-3a46-64a3-dcb05c32a7d6-cc1a4862, #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b83-cc1a4862, #w-node-_84fcf981-6b7a-ef81-0185-8d4c691dc081-cc1a4862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_054edccb-f0ca-3a46-64a3-dcb05c32a7cf-cc1a4862, #w-node-_054edccb-f0ca-3a46-64a3-dcb05c32a7d4-cc1a4862, #w-node-_054edccb-f0ca-3a46-64a3-dcb05c32a7d9-cc1a4862, #w-node-_1910035f-3abc-6582-a09b-457d714dd58e-cc1a4862, #w-node-_9336a6d6-7eeb-ea8a-1397-34dcf08a92c6-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b83-cc1a4862 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b89-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b8b-cc1a4862 {
    justify-self: center;
  }

  #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b91-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b95-cc1a4862 {
    justify-self: center;
  }

  #w-node-b91b4fd5-f49c-31d1-addf-c57c0b7c5b9b-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57b271c0-59b7-fd9f-24eb-938b355edee7-cc1a4862 {
    justify-self: center;
  }

  #w-node-_57b271c0-59b7-fd9f-24eb-938b355edeed-cc1a4862, #w-node-ba59fdde-053d-65e6-bd0b-95bcc06f0c7b-cc1a4862, #w-node-ba59fdde-053d-65e6-bd0b-95bcc06f0c85-cc1a4862, #w-node-_51fc5ac1-442a-047c-c218-b3cbb4764b7f-cc1a4862, #w-node-_51fc5ac1-442a-047c-c218-b3cbb4764b89-cc1a4862, #w-node-a1042b56-45f4-9a9d-491b-e1002aec0302-cc1a4862, #w-node-a1042b56-45f4-9a9d-491b-e1002aec02f8-cc1a4862, #w-node-_841f965e-5feb-fe33-2560-caea70c83ba2-cc1a4862, #w-node-_4c87b712-2b3e-0df6-6e46-a119ef0bba9b-cc1a4862, #w-node-_4c87b712-2b3e-0df6-6e46-a119ef0bbaa5-cc1a4862, #w-node-_6e326bcf-4b95-bbee-2660-5a222acbce2d-cc1a4862, #w-node-_6e326bcf-4b95-bbee-2660-5a222acbce37-cc1a4862, #w-node-a71ab757-fec5-b997-5f44-fe5199240848-cc1a4862, #w-node-fae20272-9e05-ef3f-de8c-921e98f00629-cc1a4862, #w-node-d783b8c2-2a9b-c607-d3ce-2c1ce79596f6-cc1a4862, #w-node-acc51dda-ef1c-0613-d50a-edf98a18c440-cc1a4862, #w-node-_48106916-5227-9e4c-8360-995e33e68d82-cc1a4862, #w-node-_2a50c5c6-5e44-00eb-17e9-b73b61e31f6e-cc1a4862, #w-node-_19e59870-c285-c844-1d06-71caa7c39156-cc1a4862, #w-node-_93df4cfd-5bcd-0673-9589-9a21bde85e6d-cc1a4862, #w-node-_00770cfb-26dc-b149-60bb-6e044dc4b223-cc1a4862, #w-node-bfe941c0-e84a-2044-6ebc-797830d01cda-cc1a4862, #w-node-_700d5864-7f0c-b196-2804-31785abca731-cc1a4862, #w-node-_700d5864-7f0c-b196-2804-31785abca73b-cc1a4862, #w-node-_955d1871-c7ce-f21e-2b25-de77cefe2d06-cc1a4862, #w-node-_84fcf981-6b7a-ef81-0185-8d4c691dc07a-cc1a4862, #w-node-_84fcf981-6b7a-ef81-0185-8d4c691dc07f-cc1a4862, #w-node-_84fcf981-6b7a-ef81-0185-8d4c691dc084-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

  #w-node-fc4f8fca-1fa7-04a5-267e-11ecc5d658f2-cc1a4862, #w-node-b756f1c9-a044-b8dd-f9e1-7455782971e1-cc1a4862, #w-node-e85ae860-1e53-dd31-ca07-37799275426b-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56e81f9d-6d53-5d10-e21f-dc08bfc21a2e-cc1a4862 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a57f4864-4766-5e75-07e8-85196b4bb37e-cc1a4862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


