/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/vfh0gjq.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img {
  /* set max width 100% unless overridden */
  max-width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.no-body {
  display: none;
}

body {
  margin: 0px;
}

.top-black-bar {
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #2c2c2c;
}
.top-black-bar p {
    color: #FFFFFF;
    font-family: freight-sans-pro, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.top-black-bar img {
  width: 127px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.zeiss-nav-bar {
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    z-index:99;
}

.zeiss-nav-bar p {
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    display: inline-block;
}

@media all and (max-width: 767px){
  .zeiss-nav-bar p {
    max-width: 170px;
  }
}

.zeiss-nav-bar .dt-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 30px;

}

.zeiss-nav-bar nav a {
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index:9;
}




  .zeiss-nav-bar .dt-nav a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:150%;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .mob-nav {
    display: none;
    width: 100%;
    background-color: #f1f1f1;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
  }

  .zeiss-nav-bar p.mob-nav-anchor {
    float: right;
    cursor: pointer;
    display: none;
    font-weight: bold;
  }

  .mob-nav-anchor img {
    transition: all 0.3s;
  }

  .mob-nav-anchor.open img {
    transform: rotate(180deg);
  }

  .mob-nav a{
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    
  }

  

  @media all and (max-width: 767px){
    .mob-nav {
      display: block;
    } 
    .zeiss-nav-bar .dt-nav {
      display: none;
    }
    .zeiss-nav-bar p.mob-nav-anchor {
      display: block;
      padding-top: 9px;
    }
    .top-black-bar p {
      display: none;
    }
  }

.gray-hero {
  background-color: #D9DDDF;
  
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gray-hero .inner-gray-hero {
  display: block;
  max-width: 2000px;
  margin: auto;
}

.gray-hero .hero-text {
  z-index: 3;
  position: relative;
  max-width: 700px;
  margin: auto;
  display: block;
  padding-top: 110px;
  padding-bottom: 110px;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .gray-hero .hero-text {
    
    padding-top: 30px;
    padding-bottom: 30px;
  } 
}

.gray-hero video {
  position: absolute;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

@media all and (min-width: 1400px){
  .gray-hero video {
    
    width: 100%;
    height: auto;
    
  }
}
.gray-hero .spons {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 13px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gray-hero .spons {
    font-size: 15px;
    line-height: 17px;
  }
}
.gray-hero .supp-title {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gray-hero .supp-title {
    font-size: 30px;
    line-height: 31px;
  }
}
.gray-hero .supp-by-line {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gray-hero .supp-by-line {
    font-size: 15px;
    line-height: 17px;
  }
}
@media all and (max-width: 1225px) {
  .gray-hero .hero-text {
    left: 15px;
  }
}
@media all and (max-width: 1100px) {
  .gray-hero .hero-img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .gray-hero {
    background-color: #fff;
    height: auto;
    width: 100%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
  }
  .gray-hero .hero-text {
    position: relative;
    top: 0px;
    left: 0px;
    transform: translateY(0);
  }
}

.blue-quote-section {
  background-color: #141F8C;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
  margin-bottom: 60px;
}
.blue-quote-section .inner-quote-section {
  
  display: block;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
}
@media all and (max-width: 905px) {
  .blue-quote-section .inner-quote-section {
    max-width: 100%;
    width: 95%;
  }
}

.blue-quote-section .vid-pop {
  
  float: left;
  margin-right: 30px;
}

.blue-quote-section img {
  width: 315px;
  height: auto;
}
.blue-quote-section .quote {
  color: #FFFFFF;
  font-family: freight-text-pro, serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
  margin-bottom: 5px;
}
.blue-quote-section .quote-info {
  float: right;
  width: calc(100% - 355px);
}
.blue-quote-section .quote-info .auth {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  /* display: inline-block; */
  vertical-align: top;
  position: relative;
  top: 0px;
}
.blue-quote-section .quote-info img {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: auto;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .blue-quote-section {
    height: auto;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .blue-quote-section .inner-quote-section {
    position: relative;
    top: 0px;
    left: 0px;
    transform: translate(0, 0);
    max-width: 100%;
    width: 100%;
  }
  .blue-quote-section .quote {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .blue-quote-section .quote-info p {
    font-size: 16px;
    line-height: 17px;
  }

  .blue-quote-section .quote-info {
    float: none;
    width: 100%;
  }
  .blue-quote-section .vid-pop {
  
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
    display: block;
  }
}

.list-header p {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

.list-header {
  margin-bottom: 10px;

}

.list-header .lottie-check {
  display: inline-block;
  height: 22px;
  width: 22px;
}

.default-list {
  /* padding-left: 30px; */
  list-style: disc;
}

.default-list.padded-list {
  padding-left: 18px;
}

.default-list.padded-list-1 {
  padding-left: 50px;
}

.default-list li {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 10px;
}

.container-800 {
  display: block;
  max-width: 830px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.article-container p {
  color: #333333;
  font-family: freight-text-pro, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}
.article-container .article-blue-text {
  font-style: italic;
  color: #141F8C;
  /* font-weight: bold; */
}
.article-container h2 {
  
  font-family: freight-sans-pro, sans-serif;
  color: #141F8C;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  text-align: center;
  margin-bottom: 40px;
}
.article-container h4 {
  color: #333333;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-bottom: 40px;
}
.article-container .auth-headshot {
  float: left;
  margin-right: 25px;
}
.article-container .article-auth-section {
  margin-top: 40px;
}
.article-container .article-auth-section h3 {
  color: #555555;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 20px;
}
.article-container .article-auth-section p {
  color: #555555;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}


.article-container .article-quote p {
  color: #141F8C;
  font-family: freight-text-pro, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.article-container .article-quote {
  display: block;
  max-width: 615px;
  margin: auto;
  border-top: 3px solid #141F8C;
  border-bottom: 3px solid #141F8C;
  position: relative;
  padding: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.article-container .article-quote .quote-icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}


.discover-box-section {
  margin-top: 40px;
}

.discover-box {
  padding: 20px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #141F8C;
  margin-bottom: 60px;
}

.discover-box p {
  color: #141F8C;
  font-family: freight-text-pro, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .article-container p {
    font-size: 17px;
    line-height: 24px;
  }
  .discover-box {
    margin-top: 60px;
  }
}

.whitefade {
  position: relative;
}
.whitefade:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

.whitefade-right {
  position: relative;
}
.whitefade-right:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}

.flickity-button {
  outline: 0 !important;
  background-color: #141F8C;
  color: #fff;
}
.flickity-button:hover {
  background-color: #141F8C;
}

.stem-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 24px;
  top: 1px;
}

.stem-wrapper .stem,
.stem-wrapper .stem-background {
  position: absolute;
  top: 0px;
  width: 10px;
}

.stem-wrapper .stem {
  background: #eee;
  opacity: 0.7;
  height: 100%;
}

.stem-wrapper .stem-background {
  background: #141F8C;
  height: 50%;
  transition-duration: 0.3s;
}
.stem-wrapper .stem-background.stem-bot {
  height: 99.5% !important;
}

.stem-padding,
.single-stem-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
}

/*==========  Post wrapper ==========*/
.post-wrapper {
  *zoom: 1;
}

.post-wrapper:before,
.post-wrapper:after {
  content: "";
  display: table;
}

.post-wrapper:after {
  clear: both;
}

.post-wrapper .post {
  position: relative;
  width: calc(50% - 50px);
  padding: 0px 0px 60px 0px;
  clear: both;
  opacity: 1;
}
.post-wrapper .post.clear-float {
  clear: none;
}

.post-wrapper .post.hidden .post-content {
  -webkit-transform: translateY(100px) rotateX(30deg);
  transform: translateY(100px) rotateX(30deg);
  opacity: 1;
}

.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
  opacity: 1;
}

.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.post-wrapper .post:nth-child(even) {
  float: right;
}

.post-wrapper .post:nth-child(odd) {
  float: left;
}

.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -110px;
}

.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -110px;
}

.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 10px;
}

.post-wrapper .post .stem-overlay .stem-mask {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.zeiss-content-section {
  padding-left: 80px;
}

@media all and (max-width: 767px) {
  .stem-outer-wrapper {
    display: none;
  }

  .zeiss-content-section {
    padding-left: 0px;
  }
}
.gray-blurb-box {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px;
  border-left: 5px solid #141F8C;
  max-width: 650px;
  margin-bottom: 25px;
}
.gray-blurb-box p {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
@media all and (max-width: 767px) {
  .gray-blurb-box p {
    font-size: 15px;
    line-height: 19px;
  }
}

.pipeline-img {
  display: table;
  margin-bottom: 60px;
  max-width: 100%;
}

.num-img {
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
  display: block;
}
@media all and (max-width: 767px) {
  .num-img {
    display: none;
  }
}

.num-img-mob {
  display: none;
  background: #141F8C;
  padding: 15px;
  padding-top: 9px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.num-img-mob p {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.39px;
  line-height: 22px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .num-img-mob {
    display: block;
  }
}

.full-module-container {
  position: relative;
}

.slider-intro {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 25px;
}

.img-slider {
  margin-bottom: 41px;
  display: block;
}
@media all and (max-width: 767px) {
  .img-slider {
    display: none;
  }
}
.img-slider .slide-item {
  width: 70%;
  margin-right: 25px;
}
@media all and (max-width: 767px) {
  .img-slider .slide-item {
    width: 100%;
  }
}
.img-slider .slide-item .slide-title {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.57px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.img-slider .slide-item .slide-imgs {
  margin-bottom: 15px;
}
.img-slider .slide-item .slide-imgs .slide-img-container {
  width: calc(50% - 25px);
  margin-right: 25px;
  display: block;
  float: left;
  position: relative;
}
.img-slider .slide-item .slide-imgs .slide-img-container img {
  width: 100%;
}
.img-slider .slide-item .slide-imgs .slide-img-container:last-child {
  margin-right: 0px;
}
.img-slider .slide-item .slide-imgs .slide-img-container .zoom-tag {
  width: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.img-slider .slide-item .slide-text {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  float: none;
  display: block;
}
.img-slider .flickity-prev-next-button {
  top: 40%;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
.img-slider .flickity-prev-next-button:disabled {
  display: none;
  opacity: 0;
}

.img-slider-vertical {
  display: none;
}
@media all and (max-width: 767px) {
  .img-slider-vertical {
    display: block;
    margin-bottom: 25px;
  }
}
.img-slider-vertical .slide-item {
  display: block;
  margin-bottom: 25px;
}
.img-slider-vertical .slide-item .slide-title {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.57px;
  line-height: 20px;
  margin-bottom: 15px;
}
.img-slider-vertical .slide-item .slide-imgs {
  margin-bottom: 15px;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container {
  width: calc(50% - 25px);
  margin-right: 25px;
  display: block;
  float: left;
  position: relative;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container img {
  width: 100%;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container:last-child {
  margin-right: 0px;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container .zoom-tag {
  width: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.img-slider-vertical .slide-item .slide-text {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  float: none;
  display: block;
}

.flickity-prev-next-button {
  z-index: 3;
}

.info-beacon-row {
  position: relative;
  margin-top: 20px;
  display: block;
}
.info-beacon-row .info-beacon {
  float: left;
  width: 54px;
  margin-right: 15px;
}
.info-beacon-row .info-beacon img {
  width: 100%;
}
.info-beacon-row p, .info-beacon-row .beacon-text {
  float: left;
  width: calc(100% - 70px);
  max-width: 57%;
  vertical-align: top;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .info-beacon-row p, .info-beacon-row .beacon-text {
    max-width: 100%;
  }
}

.checklist-img {
  margin-bottom: 50px;
}
.checklist-img p {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
}
.checklist-img.checklist-img-1 {
  margin-bottom: 50px;
}
.checklist-img.checklist-img-2 {
  margin-bottom: 30px;
}

.img-header {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.img-header.img-header-safety {
  margin-bottom: 50px;
}
.img-header.img-header-target {
  margin-bottom: 40px;
}

.img-blurb {
  display: block;
  margin-bottom: 35px;
  position: relative;
}

.img-blurb img {
  float: left;
  margin-right: 30px;
}

.img-blurb-1 img {
  margin-left: 20px;
}

.img-blurb p {
  position: absolute;
  left: 103px;
  width: calc(100% - 103px);
  top: 50%;
  transform: translateY(-50%);
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

@media all and (max-width: 767px){
  .img-blurb {
    margin-bottom: 95px;
  }
  .img-blurb p {
    width: calc(100% - 83px);
    left: 83px;
  }
  .img-blurb img {
    margin-left: 0px;
    
  }

  .img-blurb-2 img {
    width: 53px;

  }
  
}

.bull-list ul {
  list-style-type: disc;
  padding-left: 20px;
  float: left;
  margin-right: 20px;
  width: calc(50% - 30px);
  display: block;
}
.bull-list ul:last-child {
  margin-right: 0px;
}
.bull-list ul li {
  margin-bottom: 20px;
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  display: list-item;
  list-style-type: disc;
}

.body-p {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 15px;
}

.chart-section {
  margin-top: 30px;
}

.chart-list {
  border: 1px solid #ccc;
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
  margin-bottom: 30px;
}
.chart-list:last-child {
  margin-right: 0px;
}
.chart-list .chart-top {
  background-color: #141F8C;
  height: 80px;
  position: relative;
}
.chart-list .chart-top p {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
}
.chart-list .chart-body {
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  height: 240px;
}
.chart-list .chart-body ul {
  list-style-type: disc;
}
.chart-list .chart-body ul li {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .chart-list {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .chart-list .chart-body {
    height: 100%;
  }
}

.view-more-pop {
  margin-bottom: 40px;
}
.view-more-pop .see-more-samples {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
  text-align: center;
}
.view-more-pop .see-more-samples span {
  position: relative;
  top: 4px;
  left: -12px;
}
.view-more-pop .img-pop {
  max-width: 100%;
}
.view-more-pop .img-pop .cropped-img {
  width: 100%;
}

.blue-quote-slider {
  max-width: 580px;
  display: block;
  padding-left: 105px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blue-quote-slider .blue-quote-slide {
  border-left: 7px solid #141F8C;
  padding-left: 18px;
  display: block;
  width: 100%;
  max-width: 532px;
}
.blue-quote-slider .blue-quote-slide h3 {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}
.blue-quote-slider .blue-quote-slide p {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.blue-quote-slider .flickity-button {
  display: none;
}
@media all and (max-width: 767px) {
  .blue-quote-slider {
    padding-left: 0px;
    max-width: 100%;
  }
}

.guidance-p {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
}
.guidance-p.guidance-p-last {
  margin-bottom: 60px;
}

.callisto-img {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}
.callisto-img img {
  width: 100%;
}
.callisto-img .zoom-tag {
  width: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.img-blurb-ul {
  column-count: 2;
  column-gap: 25px;
  list-style-type: disc;
  padding-left: 123px;
  max-width: calc(100% - 123px);
  margin-bottom: 30px;
}
.img-blurb-ul li {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .img-blurb-ul {
    padding-left: 15px;
  }
}

.p-left-106 {
  padding-left: 106px;
}
@media all and (max-width: 767px) {
  .p-left-106 {
    padding-left: 0px;
  }
}

.bot-pipeline-summary {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

.bottom-article {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.bottom-slider-section h3 {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20.02px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 20.02px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bottom-slider {
  margin-top: 40px;
  max-width: 560px;
  display: block;
  margin: auto;
}
.bottom-slider .slide {
  width: 100%;
  display: block;
}
.bottom-slider .slide .quote {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 10px;
}
.bottom-slider .slide .author {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.bottom-slider .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  top: 50px;
}
.bottom-slider .flickity-prev-next-button.previous {
  left: -90px;
}
.bottom-slider .flickity-prev-next-button.next {
  right: -90px;
}
.bottom-slider .flickity-page-dots .dot {
  border-radius: 0px;
}
@media all and (max-width: 767px) {
  .bottom-slider .flickity-prev-next-button {
    display: none;
  }
}

.bottom-gray-box {
  max-width: 778px;
  display: block;
  margin: auto;
  background: #f7f7f7;
  padding: 50px;
  margin-bottom: 50px;
  margin-top: 60px;
}
.bottom-gray-box h3 {
  margin-bottom: 20px;
}
.bottom-gray-box p {
  color: #333333;
  font-family: freight-text-pro, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
.bottom-gray-box a {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 22.5px;
  background-color: #141F8C;
  margin-bottom: 0px;
  text-decoration: none;
  max-width: 204px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .bottom-gray-box {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bottom-gray-box a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.bottom-disclosure {
  margin-bottom: 30px;
}
.bottom-disclosure p {
  color: #818181;
  font-family: freight-sans-pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 13px;
}
.bottom-disclosure img {
  margin-top: 15px;
}

.bottom-slider, .img-slider-1, .blue-quote-slider {
  opacity: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bottom-slider.open, .img-slider-1.open, .blue-quote-slider.open {
  opacity: 1;
}

.video-section .video-container {
  display: block;
  width: 100%;
  position: relative;
}
.video-section video {
  width: 100%;
  display: block;
}

.inner-vertical-slider {
  height: 520px;
  overflow: hidden;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.read-more-vertical-slider {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}

#section-2-features-lottie {
  max-width: 475px;
  width: 100%;
}

#section-3-lottie-1 {
  max-width: 315px;
  width: 100%;
}

#section-3-lottie-2 {
  max-width: 422px;
  width: 100%;
}

lottie-player.zeiss-lottie {
  max-width: 100%;
  display: block;
}
@media all and (max-width: 767px) {
  lottie-player.zeiss-lottie {
    width: 100% !important;
    height: auto !important;
  }
}

.and-more-lottie {
  color: #818181;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}

.icon-setup-img {
  height: auto;
}

.z-post {
  opacity: 0;
  
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.z-post.open {
  opacity: 1;
}

.video-container .jw-icon-rewind, .video-container .jw-icon-volume {
  display: none !important;
}

.author-article-img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 25px;
}
.author-article-img img {
  width: 100%;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

#section-2-lottie {
  width:314px;
  height: auto;
  margin-bottom: 50px;
}

.iol-img-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
  
}

.iol-img {
  position: relative;
  flex: 1 0 calc(50% - 30px);
  text-decoration: none !important;
}

.zoom-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

.iol-img img {
  width: 100%;
}

.iol-img p {
  color: #565656;
  font-family: freight-sans-pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  
}

.z-img {
  margin-bottom: 40px;
}

@media all and (max-width: 767px){
  .z-img {
    margin-bottom: 17px;
  }
}

.z-img img {
  height: auto;
}

.x-line-item img {
  float: left;
  margin-right: 15px;
}

.x-line-item p {
  float: left;
  padding-top: 2px;
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

@media all and (max-width: 400px){
  .x-line-item p {
    font-size: 19px;
  }
}

.x-line-item {
  margin-bottom: 25px;
  display: block;
}

.blue-blurb {
  padding: 35px;
  background: #E7E8F3;
  position: relative;
  max-width: 580px;
  margin-bottom: 25px;
  
  
}

.blue-blurb p {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  float: left;
  width: calc(100% - 69px);
}

.blue-blurb img {
  float: left;
  margin-right: 25px;
  margin-top: 11px;
}

@media all and (max-width: 767px){
  .blue-blurb {
    padding: 20px;
  }
  
  .blue-blurb p {
  
    line-height: 18px;
    
  }
  
  .blue-blurb img {
    
    margin-right: 15px;
    
  }
}

.zeiss-section-4 {
  margin-bottom: 40px;
}

.article-container.bottom-article {
  border-top: 1px solid #ccc;
  margin: auto;
  margin-top: 50px;
  padding-top: 50px;
  max-width: 988px;
  display: block;
}

@keyframes quoteFade {
  /* 0% {transform:scale(0);opacity:0;}

  100% {transform:scale(1);opacity:1;} */

  0% {top:-30px;opacity:0;}

  100% {top:0px;opacity:1;}
}

@keyframes vidPopAnimation {
  0% {transform:scale(0);opacity:0;}

  100% {transform:scale(1);opacity:1;}
}

.hero-text {
  
    animation: quoteFade;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    opacity: 1;
    animation-fill-mode: forwards;
}

.blue-quote-section .inner-quote-section.open {
  
  animation: vidPopAnimation;
    animation-duration: 1s;
    
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    
    animation-fill-mode: forwards;
}

.viz-gif {
  margin-top: 10px;
}
/*# sourceMappingURL=zeiss.css.map */
